#B231CC

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

Shades of Dark Orchid #B231CC

Tints of Dark Orchid #B231CC

Color information

#B231CC (or 0xB231CC) is unknown color: approx Dark Orchid. HEX triplet: B2, 31 and CC. RGB value is (178,49,204). Sum of RGB (Red+Green+Blue) = 178+49+204=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #B231CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231CC is #4DCE33. Grayscale: #686868. Windows color (decimal): -5099060 or 13382066. OLE color: 13382066.

HSL color Cylindrical-coordinate representation of color #B231CC: hue angle of 289.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B231CC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17849204-
CMYK0.130.7600.2
HSL289.94º61.26%49.61%-
HSV(B)289.94º75.98%80%-
XYZ30.3616.0258.62-
YUV105.24183.74179.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 49 (19.53% from 255) = 11.37%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=41.30%
G=11.37%
B=47.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178492040.130.7600.2289.9461.2649.61
HexB231CCD4C0141223d32
Octal26261314151140244427562
Binary101100101100011100110011011001100010100100100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B231CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B231CC; }

 p { color: rgb(178,49,204); }

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

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

 a { background-color: rgb(178,49,204); }

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

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

 span { border-color: rgb(178,49,204); }

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