Html Css Color HEX #BC04AC Deep Magenta

📋 copy color: '#BC04AC'

red 188 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #BC04AC

Tints of Deep Magenta #BC04AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 51.65%
G = 1.1%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC04AC (or 0xBC04AC) is known color: Deep Magenta. HEX triplet: BC, 04 and AC. RGB value is (188,4,172). Sum of RGB (Red+Green+Blue) = 188+4+172=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC04AC is #43FB53. Grayscale: #4D4D4D. Windows color (decimal): -4455252 or 11273404. OLE color: 11273404.

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

Color convert

RGB 188 4 172 -
CMYK 0 0.98 0.09 0.26
HSL 305.22º 0.96% 0.38% -
HSV(B) 305.22º 0.98% 0.74% -
XYZ 28.23 13.76 40.2 -
YUV 78.17 180.96 206.34 -
System Red Green Blue C M Y K H S L
Decimal 188 4 172 0 0.98 0.09 0.26 305.22 0.96 0.38
Hex BC 4 AC 0 62 9 1A 131 60 26
Octal 274 4 254 0 142 11 32 461 140 46
Binary 10111100 100 10101100 0 1100010 1001 11010 100110001 1100000 100110

Color Harmonies of #BC04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04AC

Black with #BC04AC

Text Example


Text Example

White with #BC04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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