#B031CA

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

Shades of Dark Orchid #B031CA

Tints of Dark Orchid #B031CA

Color information

#B031CA (or 0xB031CA) is unknown color: approx Dark Orchid. HEX triplet: B0, 31 and CA. RGB value is (176,49,202). Sum of RGB (Red+Green+Blue) = 176+49+202=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #B031CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031CA is #4FCE35. Grayscale: #676767. Windows color (decimal): -5230134 or 13250992. OLE color: 13250992.

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

Color convert

RGB17649202-
CMYK0.130.7600.21
HSL289.8º60.96%49.22%-
HSV(B)289.8º75.74%79.22%-
XYZ29.6615.6957.34-
YUV104.42183.08179.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 49 (19.53% from 255) = 11.48%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=41.22%
G=11.48%
B=47.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176492020.130.7600.21289.860.9649.22
HexB031CAD4C0151223d31
Octal26061312151140254427561
Binary101100001100011100101011011001100010101100100010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B031CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B031CA; }

 p { color: rgb(176,49,202); }

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

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

 a { background-color: rgb(176,49,202); }

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

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

 span { border-color: rgb(176,49,202); }

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