Html Css Color HEX #BB07A6 Deep Magenta

📋 copy color: '#BB07A6'

red 187 ◦ green 7 ◦ blue 166

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

Shades of Deep Magenta #BB07A6

Tints of Deep Magenta #BB07A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.11%

R = 51.94%
G = 1.94%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB07A6 (or 0xBB07A6) is known color: Deep Magenta. HEX triplet: BB, 07 and A6. RGB value is (187,7,166). Sum of RGB (Red+Green+Blue) = 187+7+166=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB07A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB07A6 is #44F859. Grayscale: #4E4E4E. Windows color (decimal): -4520026 or 10880955. OLE color: 10880955.

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

Color convert

RGB 187 7 166 -
CMYK 0 0.96 0.11 0.27
HSL 307º 0.93% 0.38% -
HSV(B) 307º 0.96% 0.73% -
XYZ 27.45 13.47 37.23 -
YUV 78.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 187 7 166 0 0.96 0.11 0.27 307 0.93 0.38
Hex BB 7 A6 0 60 B 1B 133 5D 26
Octal 273 7 246 0 140 13 33 463 135 46
Binary 10111011 111 10100110 0 1100000 1011 11011 100110011 1011101 100110

Color Harmonies of #BB07A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07A6

Black with #BB07A6

Text Example


Text Example

White with #BB07A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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