Html Css Color HEX #BC22CC Deep Magenta

📋 copy color: '#BC22CC'

red 188 ◦ green 34 ◦ blue 204

#BC22CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BC22CC

Tints of Deep Magenta #BC22CC

RGB

 RED value IS 188 (73.83% from 255) = 44.13%

 GREEN value IS 34 (13.67% from 255) = 7.98%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 44.13%
G = 7.98%
B = 47.89%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC22CC (or 0xBC22CC) is known color: Deep Magenta. HEX triplet: BC, 22 and CC. RGB value is (188,34,204). Sum of RGB (Red+Green+Blue) = 188+34+204=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC22CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22CC is #43DD33. Grayscale: #626262. Windows color (decimal): -4447540 or 13378236. OLE color: 13378236.

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

Color convert

RGB 188 34 204 -
CMYK 0.08 0.83 0 0.2
HSL 294.35º 0.71% 0.47% -
HSV(B) 294.35º 0.83% 0.8% -
XYZ 32.21 16.2 58.56 -
YUV 99.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 188 34 204 0.08 0.83 0 0.2 294.35 0.71 0.47
Hex BC 22 CC 8 53 0 14 126 47 2F
Octal 274 42 314 10 123 0 24 446 107 57
Binary 10111100 100010 11001100 1000 1010011 0 10100 100100110 1000111 101111

Color Harmonies of #BC22CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22CC

Black with #BC22CC

Text Example


Text Example

White with #BC22CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22CC; }

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

 H1.HeaderClassName
 {
   color: #BC22CC;
 }
 .AnyTagClassName
 {
   color: #BC22CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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