Html Css Color HEX #BB16B1 Deep Magenta

📋 copy color: '#BB16B1'

red 187 ◦ green 22 ◦ blue 177

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

Shades of Deep Magenta #BB16B1

Tints of Deep Magenta #BB16B1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.7%

 BLUE value IS 177 (69.53% from 255) = 45.85%

R = 48.45%
G = 5.7%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB16B1 (or 0xBB16B1) is known color: Deep Magenta. HEX triplet: BB, 16 and B1. RGB value is (187,22,177). Sum of RGB (Red+Green+Blue) = 187+22+177=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB16B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB16B1 is #44E94E. Grayscale: #585858. Windows color (decimal): -4516175 or 11605691. OLE color: 11605691.

HSL color Cylindrical-coordinate representation of color #BB16B1: hue angle of 303.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB16B1 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 22 177 -
CMYK 0 0.88 0.05 0.27
HSL 303.64º 0.79% 0.41% -
HSV(B) 303.64º 0.88% 0.73% -
XYZ 28.72 14.31 42.84 -
YUV 89.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 187 22 177 0 0.88 0.05 0.27 303.64 0.79 0.41
Hex BB 16 B1 0 58 5 1B 130 4F 29
Octal 273 26 261 0 130 5 33 460 117 51
Binary 10111011 10110 10110001 0 1011000 101 11011 100110000 1001111 101001

Color Harmonies of #BB16B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16B1

Black with #BB16B1

Text Example


Text Example

White with #BB16B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16B1; }

 p { color: rgb(187,22,177); }

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

background-color css

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

 a { background-color: rgb(187,22,177); }

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

border-color css

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

 span { border-color: rgb(187,22,177); }

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