Html Css Color HEX #BC21CB Deep Magenta

📋 copy color: '#BC21CB'

red 188 ◦ green 33 ◦ blue 203

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

Shades of Deep Magenta #BC21CB

Tints of Deep Magenta #BC21CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.78%

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 44.34%
G = 7.78%
B = 47.88%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC21CB (or 0xBC21CB) is known color: Deep Magenta. HEX triplet: BC, 21 and CB. RGB value is (188,33,203). Sum of RGB (Red+Green+Blue) = 188+33+203=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC21CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21CB is #43DE34. Grayscale: #626262. Windows color (decimal): -4447797 or 13312444. OLE color: 13312444.

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

Color convert

RGB 188 33 203 -
CMYK 0.07 0.84 0 0.20
HSL 294.71º 0.72% 0.46% -
HSV(B) 294.71º 0.84% 0.8% -
XYZ 32.06 16.09 57.92 -
YUV 98.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 188 33 203 0.07 0.84 0 0.20 294.71 0.72 0.46
Hex BC 21 CB 7 54 0 14 127 48 2E
Octal 274 41 313 7 124 0 24 447 110 56
Binary 10111100 100001 11001011 111 1010100 0 10100 100100111 1001000 101110

Color Harmonies of #BC21CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21CB

Black with #BC21CB

Text Example


Text Example

White with #BC21CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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