#B535CB

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

Shades of Dark Orchid #B535CB

Tints of Dark Orchid #B535CB

Color information

#B535CB (or 0xB535CB) is unknown color: approx Dark Orchid. HEX triplet: B5, 35 and CB. RGB value is (181,53,203). Sum of RGB (Red+Green+Blue) = 181+53+203=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #B535CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535CB is #4ACA34. Grayscale: #6B6B6B. Windows color (decimal): -4901429 or 13317557. OLE color: 13317557.

HSL color Cylindrical-coordinate representation of color #B535CB: hue angle of 291.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B535CB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18153203-
CMYK0.110.7400.20
HSL291.2º59.06%50.2%-
HSV(B)291.2º73.89%79.61%-
XYZ31.1116.6858.08-
YUV108.37181.41179.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 53 (21.09% from 255) = 12.13%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=41.42%
G=12.13%
B=46.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181532030.110.7400.20291.259.0650.2
HexB535CBB4A0141233b32
Octal26565313131120244437362
Binary101101011101011100101110111001010010100100100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535CB; }

 p { color: rgb(181,53,203); }

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

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

 a { background-color: rgb(181,53,203); }

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

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

 span { border-color: rgb(181,53,203); }

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