#B237CE

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

Shades of Dark Orchid #B237CE

Tints of Dark Orchid #B237CE

Color information

#B237CE (or 0xB237CE) is unknown color: approx Dark Orchid. HEX triplet: B2, 37 and CE. RGB value is (178,55,206). Sum of RGB (Red+Green+Blue) = 178+55+206=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B237CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B237CE is #4DC831. Grayscale: #6C6C6C. Windows color (decimal): -5097522 or 13514674. OLE color: 13514674.

HSL color Cylindrical-coordinate representation of color #B237CE: hue angle of 288.87º 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 #B237CE is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17855206-
CMYK0.140.7300.19
HSL288.87º60.64%51.18%-
HSV(B)288.87º73.3%80.78%-
XYZ30.8716.6559.98-
YUV108.99182.75177.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 55 (21.88% from 255) = 12.53%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=40.55%
G=12.53%
B=46.92%

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
Decimal178552060.140.7300.19288.8760.6451.18
HexB237CEE490131213d33
Octal26267316161110234417563
Binary101100101101111100111011101001001010011100100001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B237CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B237CE; }

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

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

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

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

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

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

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

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