Html Css Color HEX #BB17AE Deep Magenta

📋 copy color: '#BB17AE'

red 187 ◦ green 23 ◦ blue 174

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

Shades of Deep Magenta #BB17AE

Tints of Deep Magenta #BB17AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.99%

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 48.7%
G = 5.99%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB17AE (or 0xBB17AE) is known color: Deep Magenta. HEX triplet: BB, 17 and AE. RGB value is (187,23,174). Sum of RGB (Red+Green+Blue) = 187+23+174=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB17AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB17AE is #44E851. Grayscale: #585858. Windows color (decimal): -4515922 or 11409339. OLE color: 11409339.

HSL color Cylindrical-coordinate representation of color #BB17AE: hue angle of 304.76º degrees, saturation: 0.78, 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 #BB17AE is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 23 174 -
CMYK 0 0.88 0.07 0.27
HSL 304.76º 0.78% 0.41% -
HSV(B) 304.76º 0.88% 0.73% -
XYZ 28.44 14.23 41.29 -
YUV 89.25 175.83 197.72 -
System Red Green Blue C M Y K H S L
Decimal 187 23 174 0 0.88 0.07 0.27 304.76 0.78 0.41
Hex BB 17 AE 0 58 7 1B 131 4E 29
Octal 273 27 256 0 130 7 33 461 116 51
Binary 10111011 10111 10101110 0 1011000 111 11011 100110001 1001110 101001

Color Harmonies of #BB17AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17AE

Black with #BB17AE

Text Example


Text Example

White with #BB17AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17AE; }

 p { color: rgb(187,23,174); }

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

background-color css

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

 a { background-color: rgb(187,23,174); }

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

border-color css

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

 span { border-color: rgb(187,23,174); }

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