#B31DCA

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

Shades of Dark Orchid #B31DCA

Tints of Dark Orchid #B31DCA

Color information

#B31DCA (or 0xB31DCA) is unknown color: approx Dark Orchid. HEX triplet: B3, 1D and CA. RGB value is (179,29,202). Sum of RGB (Red+Green+Blue) = 179+29+202=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #B31DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DCA is #4CE235. Grayscale: #5D5D5D. Windows color (decimal): -5038646 or 13245875. OLE color: 13245875.

HSL color Cylindrical-coordinate representation of color #B31DCA: hue angle of 292.02º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31DCA is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17929202-
CMYK0.110.8600.21
HSL292.02º74.89%45.29%-
HSV(B)292.02º85.64%79.22%-
XYZ29.6914.7357.15-
YUV93.57189.2188.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 29 (11.72% from 255) = 7.07%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=43.66%
G=7.07%
B=49.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179292020.110.8600.21292.0274.8945.29
HexB31DCAB560151244b2d
Octal263353121312602544411355
Binary101100111110111001010101110101100101011001001001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31DCA; }

 p { color: rgb(179,29,202); }

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

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

 a { background-color: rgb(179,29,202); }

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

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

 span { border-color: rgb(179,29,202); }

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