#B31CCB

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

Shades of Dark Orchid #B31CCB

Tints of Dark Orchid #B31CCB

Color information

#B31CCB (or 0xB31CCB) is unknown color: approx Dark Orchid. HEX triplet: B3, 1C and CB. RGB value is (179,28,203). Sum of RGB (Red+Green+Blue) = 179+28+203=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #B31CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CCB is #4CE334. Grayscale: #5C5C5C. Windows color (decimal): -5038901 or 13311155. OLE color: 13311155.

HSL color Cylindrical-coordinate representation of color #B31CCB: hue angle of 291.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31CCB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17928203-
CMYK0.120.8600.20
HSL291.77º75.76%45.29%-
HSV(B)291.77º86.21%79.61%-
XYZ29.7914.7357.77-
YUV93.1190.03189.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 28 (11.33% from 255) = 6.83%
BLUE value IS 203 (79.69% from 255) = 49.51%
R=43.66%
G=6.83%
B=49.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179282030.120.8600.20291.7775.7645.29
HexB31CCBC560141244c2d
Octal263343131412602444411455
Binary101100111110011001011110010101100101001001001001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31CCB; }

 p { color: rgb(179,28,203); }

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

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

 a { background-color: rgb(179,28,203); }

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

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

 span { border-color: rgb(179,28,203); }

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