Html Css Color HEX #BB10AC Deep Magenta

📋 copy color: '#BB10AC'

red 187 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #BB10AC

Tints of Deep Magenta #BB10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

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

R = 49.87%
G = 4.27%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB10AC (or 0xBB10AC) is known color: Deep Magenta. HEX triplet: BB, 10 and AC. RGB value is (187,16,172). Sum of RGB (Red+Green+Blue) = 187+16+172=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10AC is #44EF53. Grayscale: #545454. Windows color (decimal): -4517716 or 11276475. OLE color: 11276475.

HSL color Cylindrical-coordinate representation of color #BB10AC: hue angle of 305.26º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10AC is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 172 -
CMYK 0 0.91 0.08 0.27
HSL 305.26º 0.84% 0.4% -
HSV(B) 305.26º 0.91% 0.73% -
XYZ 28.13 13.91 40.23 -
YUV 84.91 177.15 200.82 -
System Red Green Blue C M Y K H S L
Decimal 187 16 172 0 0.91 0.08 0.27 305.26 0.84 0.4
Hex BB 10 AC 0 5B 8 1B 131 54 28
Octal 273 20 254 0 133 10 33 461 124 50
Binary 10111011 10000 10101100 0 1011011 1000 11011 100110001 1010100 101000

Color Harmonies of #BB10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10AC

Black with #BB10AC

Text Example


Text Example

White with #BB10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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