Html Css Color HEX #BB07AC Deep Magenta

📋 copy color: '#BB07AC'

red 187 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #BB07AC

Tints of Deep Magenta #BB07AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 51.09%
G = 1.91%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB07AC (or 0xBB07AC) is known color: Deep Magenta. HEX triplet: BB, 07 and AC. RGB value is (187,7,172). Sum of RGB (Red+Green+Blue) = 187+7+172=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB07AC is #44F853. Grayscale: #4F4F4F. Windows color (decimal): -4520020 or 11274171. OLE color: 11274171.

HSL color Cylindrical-coordinate representation of color #BB07AC: hue angle of 305º 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 #BB07AC is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 172 -
CMYK 0 0.96 0.08 0.27
HSL 305º 0.93% 0.38% -
HSV(B) 305º 0.96% 0.73% -
XYZ 28.02 13.7 40.2 -
YUV 79.63 180.13 204.58 -
System Red Green Blue C M Y K H S L
Decimal 187 7 172 0 0.96 0.08 0.27 305 0.93 0.38
Hex BB 7 AC 0 60 8 1B 131 5D 26
Octal 273 7 254 0 140 10 33 461 135 46
Binary 10111011 111 10101100 0 1100000 1000 11011 100110001 1011101 100110

Color Harmonies of #BB07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07AC

Black with #BB07AC

Text Example


Text Example

White with #BB07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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