Html Css Color HEX #BB15AD Deep Magenta

📋 copy color: '#BB15AD'

red 187 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #BB15AD

Tints of Deep Magenta #BB15AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 49.08%
G = 5.51%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB15AD (or 0xBB15AD) is known color: Deep Magenta. HEX triplet: BB, 15 and AD. RGB value is (187,21,173). Sum of RGB (Red+Green+Blue) = 187+21+173=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB15AD is #44EA52. Grayscale: #575757. Windows color (decimal): -4516435 or 11343291. OLE color: 11343291.

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

Color convert

RGB 187 21 173 -
CMYK 0 0.89 0.07 0.27
HSL 305.06º 0.8% 0.41% -
HSV(B) 305.06º 0.89% 0.73% -
XYZ 28.3 14.12 40.77 -
YUV 87.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 187 21 173 0 0.89 0.07 0.27 305.06 0.8 0.41
Hex BB 15 AD 0 59 7 1B 131 50 29
Octal 273 25 255 0 131 7 33 461 120 51
Binary 10111011 10101 10101101 0 1011001 111 11011 100110001 1010000 101001

Color Harmonies of #BB15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15AD

Black with #BB15AD

Text Example


Text Example

White with #BB15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15AD; }

 p { color: rgb(187,21,173); }

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

background-color css

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

 a { background-color: rgb(187,21,173); }

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

border-color css

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

 span { border-color: rgb(187,21,173); }

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