Html Css Color HEX #BC04CE Deep Magenta

📋 copy color: '#BC04CE'

red 188 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #BC04CE

Tints of Deep Magenta #BC04CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 47.24%
G = 1.01%
B = 51.76%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC04CE (or 0xBC04CE) is known color: Deep Magenta. HEX triplet: BC, 04 and CE. RGB value is (188,4,206). Sum of RGB (Red+Green+Blue) = 188+4+206=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC04CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04CE is #43FB31. Grayscale: #515151. Windows color (decimal): -4455218 or 13501628. OLE color: 13501628.

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

Color convert

RGB 188 4 206 -
CMYK 0.09 0.98 0 0.19
HSL 294.65º 0.96% 0.41% -
HSV(B) 294.65º 0.98% 0.81% -
XYZ 31.92 15.23 59.65 -
YUV 82.04 197.96 203.57 -
System Red Green Blue C M Y K H S L
Decimal 188 4 206 0.09 0.98 0 0.19 294.65 0.96 0.41
Hex BC 4 CE 9 62 0 13 127 60 29
Octal 274 4 316 11 142 0 23 447 140 51
Binary 10111100 100 11001110 1001 1100010 0 10011 100100111 1100000 101001

Color Harmonies of #BC04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04CE

Black with #BC04CE

Text Example


Text Example

White with #BC04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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