Html Css Color HEX #BB01A8 Deep Magenta

📋 copy color: '#BB01A8'

red 187 ◦ green 1 ◦ blue 168

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

Shades of Deep Magenta #BB01A8

Tints of Deep Magenta #BB01A8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 52.53%
G = 0.28%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB01A8 (or 0xBB01A8) is known color: Deep Magenta. HEX triplet: BB, 01 and A8. RGB value is (187,1,168). Sum of RGB (Red+Green+Blue) = 187+1+168=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01A8 is #44FE57. Grayscale: #4B4B4B. Windows color (decimal): -4521560 or 11010491. OLE color: 11010491.

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

Color convert

RGB 187 1 168 -
CMYK 0 0.99 0.10 0.27
HSL 306.13º 0.99% 0.37% -
HSV(B) 306.13º 0.99% 0.73% -
XYZ 27.57 13.41 38.18 -
YUV 75.65 180.12 207.42 -
System Red Green Blue C M Y K H S L
Decimal 187 1 168 0 0.99 0.10 0.27 306.13 0.99 0.37
Hex BB 1 A8 0 63 A 1B 132 63 25
Octal 273 1 250 0 143 12 33 462 143 45
Binary 10111011 1 10101000 0 1100011 1010 11011 100110010 1100011 100101

Color Harmonies of #BB01A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01A8

Black with #BB01A8

Text Example


Text Example

White with #BB01A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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