#BC22CB

Color #BC22CB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BC22CB

Tints of Deep Magenta #BC22CB

Color information

#BC22CB (or 0xBC22CB) is unknown color: approx Deep Magenta. HEX triplet: BC, 22 and CB. RGB value is (188,34,203). Sum of RGB (Red+Green+Blue) = 188+34+203=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC22CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22CB is #43DD34. Grayscale: #626262. Windows color (decimal): -4447541 or 13312700. OLE color: 13312700.

HSL color Cylindrical-coordinate representation of color #BC22CB: hue angle of 294.67º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC22CB is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18834203-
CMYK0.070.8300.20
HSL294.67º71.31%46.47%-
HSV(B)294.67º83.25%79.61%-
XYZ32.0916.1557.93-
YUV99.31186.52191.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 34 (13.67% from 255) = 8%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=44.24%
G=8%
B=47.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188342030.070.8300.20294.6771.3146.47
HexBC22CB753014127472e
Octal27442313712302444710756
Binary101111001000101100101111110100110101001001001111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC22CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC22CB; }

 p { color: rgb(188,34,203); }

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

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

 a { background-color: rgb(188,34,203); }

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

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

 span { border-color: rgb(188,34,203); }

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