Html Css Color HEX #BC04CB Deep Magenta

📋 copy color: '#BC04CB'

red 188 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #BC04CB

Tints of Deep Magenta #BC04CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 47.59%
G = 1.01%
B = 51.39%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC04CB (or 0xBC04CB) is known color: Deep Magenta. HEX triplet: BC, 04 and CB. RGB value is (188,4,203). Sum of RGB (Red+Green+Blue) = 188+4+203=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC04CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04CB is #43FB34. Grayscale: #515151. Windows color (decimal): -4455221 or 13305020. OLE color: 13305020.

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

Color convert

RGB 188 4 203 -
CMYK 0.07 0.98 0 0.20
HSL 295.48º 0.96% 0.41% -
HSV(B) 295.48º 0.98% 0.8% -
XYZ 31.56 15.09 57.75 -
YUV 81.7 196.46 203.82 -
System Red Green Blue C M Y K H S L
Decimal 188 4 203 0.07 0.98 0 0.20 295.48 0.96 0.41
Hex BC 4 CB 7 62 0 14 127 60 29
Octal 274 4 313 7 142 0 24 447 140 51
Binary 10111100 100 11001011 111 1100010 0 10100 100100111 1100000 101001

Color Harmonies of #BC04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04CB

Black with #BC04CB

Text Example


Text Example

White with #BC04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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