Html Css Color HEX #BB07AA Deep Magenta

📋 copy color: '#BB07AA'

red 187 ◦ green 7 ◦ blue 170

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

Shades of Deep Magenta #BB07AA

Tints of Deep Magenta #BB07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 51.37%
G = 1.92%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB07AA (or 0xBB07AA) is known color: Deep Magenta. HEX triplet: BB, 07 and AA. RGB value is (187,7,170). Sum of RGB (Red+Green+Blue) = 187+7+170=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB07AA is #44F855. Grayscale: #4E4E4E. Windows color (decimal): -4520022 or 11143099. OLE color: 11143099.

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

Color convert

RGB 187 7 170 -
CMYK 0 0.96 0.09 0.27
HSL 305.67º 0.93% 0.38% -
HSV(B) 305.67º 0.96% 0.73% -
XYZ 27.83 13.62 39.19 -
YUV 79.4 179.13 204.75 -
System Red Green Blue C M Y K H S L
Decimal 187 7 170 0 0.96 0.09 0.27 305.67 0.93 0.38
Hex BB 7 AA 0 60 9 1B 132 5D 26
Octal 273 7 252 0 140 11 33 462 135 46
Binary 10111011 111 10101010 0 1100000 1001 11011 100110010 1011101 100110

Color Harmonies of #BB07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07AA

Black with #BB07AA

Text Example


Text Example

White with #BB07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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