Html Css Color HEX #BB01AC Deep Magenta

📋 copy color: '#BB01AC'

red 187 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #BB01AC

Tints of Deep Magenta #BB01AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 51.94%
G = 0.28%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB01AC (or 0xBB01AC) is known color: Deep Magenta. HEX triplet: BB, 01 and AC. RGB value is (187,1,172). Sum of RGB (Red+Green+Blue) = 187+1+172=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01AC is #44FE53. Grayscale: #4B4B4B. Windows color (decimal): -4521556 or 11272635. OLE color: 11272635.

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

Color convert

RGB 187 1 172 -
CMYK 0 0.99 0.08 0.27
HSL 304.84º 0.99% 0.37% -
HSV(B) 304.84º 0.99% 0.73% -
XYZ 27.95 13.57 40.17 -
YUV 76.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 187 1 172 0 0.99 0.08 0.27 304.84 0.99 0.37
Hex BB 1 AC 0 63 8 1B 131 63 25
Octal 273 1 254 0 143 10 33 461 143 45
Binary 10111011 1 10101100 0 1100011 1000 11011 100110001 1100011 100101

Color Harmonies of #BB01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01AC

Black with #BB01AC

Text Example


Text Example

White with #BB01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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