#B237CF

Color #B237CF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B237CF

Tints of Dark Orchid #B237CF

Color information

#B237CF (or 0xB237CF) is unknown color: approx Dark Orchid. HEX triplet: B2, 37 and CF. RGB value is (178,55,207). Sum of RGB (Red+Green+Blue) = 178+55+207=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #B237CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B237CF is #4DC830. Grayscale: #6C6C6C. Windows color (decimal): -5097521 or 13580210. OLE color: 13580210.

HSL color Cylindrical-coordinate representation of color #B237CF: hue angle of 288.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B237CF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17855207-
CMYK0.140.7300.19
HSL288.55º61.29%51.37%-
HSV(B)288.55º73.43%81.18%-
XYZ30.9916.760.62-
YUV109.1183.25177.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 55 (21.88% from 255) = 12.5%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=40.45%
G=12.5%
B=47.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178552070.140.7300.19288.5561.2951.37
HexB237CFE490131213d33
Octal26267317161110234417563
Binary101100101101111100111111101001001010011100100001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B237CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B237CF; }

 p { color: rgb(178,55,207); }

 H1.HeaderClassName
 {
   color: #B237CF;
 }
 .AnyTagClassName
 {
   color: #B237CF;
 }
</style>
background-color css

<style>
 a { background-color: #B237CF; }

 a { background-color: rgb(178,55,207); }

 div.DivClassName
 {
   background-color: #B237CF;
 }
 .BgClassName
 {
   background-color: #B237CF;
 }
</style>
border-color css

<style>
 span { border-color: #B237CF; }

 span { border-color: rgb(178,55,207); }

 td.TdClassName
 {
   border-color: #B237CF;
 }
 .TagClassName
 {
   border-color: #B237CF;
 }
</style>