Html Css Color HEX #BB00A6 Deep Magenta

📋 copy color: '#BB00A6'

red 187 ◦ green 0 ◦ blue 166

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

Shades of Deep Magenta #BB00A6

Tints of Deep Magenta #BB00A6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.97%
G = 0%
B = 47.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB00A6 (or 0xBB00A6) is known color: Deep Magenta. HEX triplet: BB, 00 and A6. RGB value is (187,0,166). Sum of RGB (Red+Green+Blue) = 187+0+166=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB00A6 is #44FF59. Grayscale: #4A4A4A. Windows color (decimal): -4521818 or 10879163. OLE color: 10879163.

HSL color Cylindrical-coordinate representation of color #BB00A6: hue angle of 306.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00A6 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 166 -
CMYK 0 1 0.11 0.27
HSL 306.74º 1% 0.37% -
HSV(B) 306.74º 1% 0.73% -
XYZ 27.38 13.32 37.2 -
YUV 74.84 179.45 208 -
System Red Green Blue C M Y K H S L
Decimal 187 0 166 0 1 0.11 0.27 306.74 1 0.37
Hex BB 0 A6 0 64 B 1B 133 64 25
Octal 273 0 246 0 144 13 33 463 144 45
Binary 10111011 0 10100110 0 1100100 1011 11011 100110011 1100100 100101

Color Harmonies of #BB00A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00A6

Black with #BB00A6

Text Example


Text Example

White with #BB00A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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