Html Css Color HEX #BB05AA Deep Magenta

📋 copy color: '#BB05AA'

red 187 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #BB05AA

Tints of Deep Magenta #BB05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 51.66%
G = 1.38%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB05AA (or 0xBB05AA) is known color: Deep Magenta. HEX triplet: BB, 05 and AA. RGB value is (187,5,170). Sum of RGB (Red+Green+Blue) = 187+5+170=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB05AA is #44FA55. Grayscale: #4D4D4D. Windows color (decimal): -4520534 or 11142587. OLE color: 11142587.

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

Color convert

RGB 187 5 170 -
CMYK 0 0.97 0.09 0.27
HSL 305.6º 0.95% 0.38% -
HSV(B) 305.6º 0.97% 0.73% -
XYZ 27.8 13.58 39.19 -
YUV 78.23 179.8 205.58 -
System Red Green Blue C M Y K H S L
Decimal 187 5 170 0 0.97 0.09 0.27 305.6 0.95 0.38
Hex BB 5 AA 0 61 9 1B 132 5F 26
Octal 273 5 252 0 141 11 33 462 137 46
Binary 10111011 101 10101010 0 1100001 1001 11011 100110010 1011111 100110

Color Harmonies of #BB05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05AA

Black with #BB05AA

Text Example


Text Example

White with #BB05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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