Html Css Color HEX #BB01AA Deep Magenta

📋 copy color: '#BB01AA'

red 187 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #BB01AA

Tints of Deep Magenta #BB01AA

RGB

 RED value IS 187 (73.44% from 255) = 52.23%

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 52.23%
G = 0.28%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB01AA (or 0xBB01AA) is known color: Deep Magenta. HEX triplet: BB, 01 and AA. RGB value is (187,1,170). Sum of RGB (Red+Green+Blue) = 187+1+170=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01AA is #44FE55. Grayscale: #4B4B4B. Windows color (decimal): -4521558 or 11141563. OLE color: 11141563.

HSL color Cylindrical-coordinate representation of color #BB01AA: hue angle of 305.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB01AA is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 170 -
CMYK 0 0.99 0.09 0.27
HSL 305.48º 0.99% 0.37% -
HSV(B) 305.48º 0.99% 0.73% -
XYZ 27.76 13.49 39.17 -
YUV 75.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 187 1 170 0 0.99 0.09 0.27 305.48 0.99 0.37
Hex BB 1 AA 0 63 9 1B 131 63 25
Octal 273 1 252 0 143 11 33 461 143 45
Binary 10111011 1 10101010 0 1100011 1001 11011 100110001 1100011 100101

Color Harmonies of #BB01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01AA

Black with #BB01AA

Text Example


Text Example

White with #BB01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01AA; }

 p { color: rgb(187,1,170); }

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

background-color css

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

 a { background-color: rgb(187,1,170); }

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

border-color css

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

 span { border-color: rgb(187,1,170); }

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