#B530CB

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

Shades of Dark Orchid #B530CB

Tints of Dark Orchid #B530CB

Color information

#B530CB (or 0xB530CB) is unknown color: approx Dark Orchid. HEX triplet: B5, 30 and CB. RGB value is (181,48,203). Sum of RGB (Red+Green+Blue) = 181+48+203=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #B530CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530CB is #4ACF34. Grayscale: #686868. Windows color (decimal): -4902709 or 13316277. OLE color: 13316277.

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

Color convert

RGB18148203-
CMYK0.110.7600.20
HSL291.48º61.75%49.22%-
HSV(B)291.48º76.35%79.61%-
XYZ30.8916.2558.01-
YUV105.44183.06181.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 48 (19.14% from 255) = 11.11%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=41.90%
G=11.11%
B=46.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181482030.110.7600.20291.4861.7549.22
HexB530CBB4C0141233e31
Octal26560313131140244437661
Binary101101011100001100101110111001100010100100100011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B530CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B530CB; }

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

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

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

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

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

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

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

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