Html Css Color HEX #BB03AA Deep Magenta

📋 copy color: '#BB03AA'

red 187 ◦ green 3 ◦ blue 170

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

Shades of Deep Magenta #BB03AA

Tints of Deep Magenta #BB03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 51.94%
G = 0.83%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB03AA (or 0xBB03AA) is known color: Deep Magenta. HEX triplet: BB, 03 and AA. RGB value is (187,3,170). Sum of RGB (Red+Green+Blue) = 187+3+170=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB03AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB03AA is #44FC55. Grayscale: #4C4C4C. Windows color (decimal): -4521046 or 11142075. OLE color: 11142075.

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

Color convert

RGB 187 3 170 -
CMYK 0 0.98 0.09 0.27
HSL 305.54º 0.97% 0.37% -
HSV(B) 305.54º 0.98% 0.73% -
XYZ 27.78 13.53 39.18 -
YUV 77.05 180.46 206.42 -
System Red Green Blue C M Y K H S L
Decimal 187 3 170 0 0.98 0.09 0.27 305.54 0.97 0.37
Hex BB 3 AA 0 62 9 1B 132 61 25
Octal 273 3 252 0 142 11 33 462 141 45
Binary 10111011 11 10101010 0 1100010 1001 11011 100110010 1100001 100101

Color Harmonies of #BB03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03AA

Black with #BB03AA

Text Example


Text Example

White with #BB03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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