Html Css Color HEX #BC00AA Deep Magenta

📋 copy color: '#BC00AA'

red 188 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #BC00AA

Tints of Deep Magenta #BC00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.51%
G = 0%
B = 47.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC00AA (or 0xBC00AA) is known color: Deep Magenta. HEX triplet: BC, 00 and AA. RGB value is (188,0,170). Sum of RGB (Red+Green+Blue) = 188+0+170=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00AA is #43FF55. Grayscale: #4B4B4B. Windows color (decimal): -4456278 or 11141308. OLE color: 11141308.

HSL color Cylindrical-coordinate representation of color #BC00AA: hue angle of 305.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00AA is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 170 -
CMYK 0 1 0.10 0.26
HSL 305.74º 1% 0.37% -
HSV(B) 305.74º 1% 0.74% -
XYZ 27.99 13.59 39.18 -
YUV 75.59 181.28 208.18 -
System Red Green Blue C M Y K H S L
Decimal 188 0 170 0 1 0.10 0.26 305.74 1 0.37
Hex BC 0 AA 0 64 A 1A 132 64 25
Octal 274 0 252 0 144 12 32 462 144 45
Binary 10111100 0 10101010 0 1100100 1010 11010 100110010 1100100 100101

Color Harmonies of #BC00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00AA

Black with #BC00AA

Text Example


Text Example

White with #BC00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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