Html Css Color HEX #BC06AA Deep Magenta

📋 copy color: '#BC06AA'

red 188 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #BC06AA

Tints of Deep Magenta #BC06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

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

R = 51.65%
G = 1.65%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC06AA (or 0xBC06AA) is known color: Deep Magenta. HEX triplet: BC, 06 and AA. RGB value is (188,6,170). Sum of RGB (Red+Green+Blue) = 188+6+170=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC06AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC06AA is #43F955. Grayscale: #4E4E4E. Windows color (decimal): -4454742 or 11142844. OLE color: 11142844.

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

Color convert

RGB 188 6 170 -
CMYK 0 0.97 0.10 0.26
HSL 305.93º 0.94% 0.38% -
HSV(B) 305.93º 0.97% 0.74% -
XYZ 28.06 13.72 39.2 -
YUV 79.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 188 6 170 0 0.97 0.10 0.26 305.93 0.94 0.38
Hex BC 6 AA 0 61 A 1A 132 5E 26
Octal 274 6 252 0 141 12 32 462 136 46
Binary 10111100 110 10101010 0 1100001 1010 11010 100110010 1011110 100110

Color Harmonies of #BC06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06AA

Black with #BC06AA

Text Example


Text Example

White with #BC06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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