#B630CB

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

Shades of Dark Orchid #B630CB

Tints of Dark Orchid #B630CB

Color information

#B630CB (or 0xB630CB) is unknown color: approx Dark Orchid. HEX triplet: B6, 30 and CB. RGB value is (182,48,203). Sum of RGB (Red+Green+Blue) = 182+48+203=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B630CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630CB is #49CF34. Grayscale: #696969. Windows color (decimal): -4837173 or 13316278. OLE color: 13316278.

HSL color Cylindrical-coordinate representation of color #B630CB: hue angle of 291.87º 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 #B630CB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18248203-
CMYK0.100.7600.20
HSL291.87º61.75%49.22%-
HSV(B)291.87º76.35%79.61%-
XYZ31.1316.3758.02-
YUV105.74182.89182.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 48 (19.14% from 255) = 11.09%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=42.03%
G=11.09%
B=46.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182482030.100.7600.20291.8761.7549.22
HexB630CBA4C0141243e31
Octal26660313121140244447661
Binary101101101100001100101110101001100010100100100100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B630CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B630CB; }

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

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

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

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

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

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

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

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