Html Css Color HEX #BC04AA Deep Magenta

📋 copy color: '#BC04AA'

red 188 ◦ green 4 ◦ blue 170

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

Shades of Deep Magenta #BC04AA

Tints of Deep Magenta #BC04AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 51.93%
G = 1.1%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC04AA (or 0xBC04AA) is known color: Deep Magenta. HEX triplet: BC, 04 and AA. RGB value is (188,4,170). Sum of RGB (Red+Green+Blue) = 188+4+170=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC04AA is #43FB55. Grayscale: #4D4D4D. Windows color (decimal): -4455254 or 11142332. OLE color: 11142332.

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

Color convert

RGB 188 4 170 -
CMYK 0 0.98 0.10 0.26
HSL 305.87º 0.96% 0.38% -
HSV(B) 305.87º 0.98% 0.74% -
XYZ 28.04 13.68 39.19 -
YUV 77.94 179.96 206.5 -
System Red Green Blue C M Y K H S L
Decimal 188 4 170 0 0.98 0.10 0.26 305.87 0.96 0.38
Hex BC 4 AA 0 62 A 1A 132 60 26
Octal 274 4 252 0 142 12 32 462 140 46
Binary 10111100 100 10101010 0 1100010 1010 11010 100110010 1100000 100110

Color Harmonies of #BC04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04AA

Black with #BC04AA

Text Example


Text Example

White with #BC04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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