Html Css Color HEX #BB07A8 Deep Magenta

📋 copy color: '#BB07A8'

red 187 ◦ green 7 ◦ blue 168

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

Shades of Deep Magenta #BB07A8

Tints of Deep Magenta #BB07A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.41%

R = 51.66%
G = 1.93%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB07A8 (or 0xBB07A8) is known color: Deep Magenta. HEX triplet: BB, 07 and A8. RGB value is (187,7,168). Sum of RGB (Red+Green+Blue) = 187+7+168=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB07A8 is #44F857. Grayscale: #4E4E4E. Windows color (decimal): -4520024 or 11012027. OLE color: 11012027.

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

Color convert

RGB 187 7 168 -
CMYK 0 0.96 0.10 0.27
HSL 306.33º 0.93% 0.38% -
HSV(B) 306.33º 0.96% 0.73% -
XYZ 27.64 13.54 38.2 -
YUV 79.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 187 7 168 0 0.96 0.10 0.27 306.33 0.93 0.38
Hex BB 7 A8 0 60 A 1B 132 5D 26
Octal 273 7 250 0 140 12 33 462 135 46
Binary 10111011 111 10101000 0 1100000 1010 11011 100110010 1011101 100110

Color Harmonies of #BB07A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07A8

Black with #BB07A8

Text Example


Text Example

White with #BB07A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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