Html Css Color HEX #BB00A8 Deep Magenta

📋 copy color: '#BB00A8'

red 187 ◦ green 0 ◦ blue 168

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

Shades of Deep Magenta #BB00A8

Tints of Deep Magenta #BB00A8

RGB

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

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

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

R = 52.68%
G = 0%
B = 47.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB00A8 (or 0xBB00A8) is known color: Deep Magenta. HEX triplet: BB, 00 and A8. RGB value is (187,0,168). Sum of RGB (Red+Green+Blue) = 187+0+168=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB00A8 is #44FF57. Grayscale: #4A4A4A. Windows color (decimal): -4521816 or 11010235. OLE color: 11010235.

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

Color convert

RGB 187 0 168 -
CMYK 0 1 0.10 0.27
HSL 306.1º 1% 0.37% -
HSV(B) 306.1º 1% 0.73% -
XYZ 27.56 13.39 38.18 -
YUV 75.07 180.45 207.84 -
System Red Green Blue C M Y K H S L
Decimal 187 0 168 0 1 0.10 0.27 306.1 1 0.37
Hex BB 0 A8 0 64 A 1B 132 64 25
Octal 273 0 250 0 144 12 33 462 144 45
Binary 10111011 0 10101000 0 1100100 1010 11011 100110010 1100100 100101

Color Harmonies of #BB00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00A8

Black with #BB00A8

Text Example


Text Example

White with #BB00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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