Html Css Color HEX #BC04AB Deep Magenta

📋 copy color: '#BC04AB'

red 188 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #BC04AB

Tints of Deep Magenta #BC04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 51.79%
G = 1.1%
B = 47.11%

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

#BC04AB (or 0xBC04AB) is known color: Deep Magenta. HEX triplet: BC, 04 and AB. RGB value is (188,4,171). Sum of RGB (Red+Green+Blue) = 188+4+171=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC04AB is #43FB54. Grayscale: #4D4D4D. Windows color (decimal): -4455253 or 11207868. OLE color: 11207868.

HSL color Cylindrical-coordinate representation of color #BC04AB: hue angle of 305.54º 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 #BC04AB is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 4 171 -
CMYK 0 0.98 0.09 0.26
HSL 305.54º 0.96% 0.38% -
HSV(B) 305.54º 0.98% 0.74% -
XYZ 28.13 13.72 39.69 -
YUV 78.05 180.46 206.42 -
System Red Green Blue C M Y K H S L
Decimal 188 4 171 0 0.98 0.09 0.26 305.54 0.96 0.38
Hex BC 4 AB 0 62 9 1A 132 60 26
Octal 274 4 253 0 142 11 32 462 140 46
Binary 10111100 100 10101011 0 1100010 1001 11010 100110010 1100000 100110

Color Harmonies of #BC04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04AB

Black with #BC04AB

Text Example


Text Example

White with #BC04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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