Html Css Color HEX #BB17BA Deep Magenta

📋 copy color: '#BB17BA'

red 187 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #BB17BA

Tints of Deep Magenta #BB17BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 47.22%
G = 5.81%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB17BA (or 0xBB17BA) is known color: Deep Magenta. HEX triplet: BB, 17 and BA. RGB value is (187,23,186). Sum of RGB (Red+Green+Blue) = 187+23+186=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17BA is #44E845. Grayscale: #5A5A5A. Windows color (decimal): -4515910 or 12195771. OLE color: 12195771.

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

Color convert

RGB 187 23 186 -
CMYK 0 0.88 0.01 0.27
HSL 300.37º 0.78% 0.41% -
HSV(B) 300.37º 0.88% 0.73% -
XYZ 29.66 14.72 47.73 -
YUV 90.62 181.83 196.75 -
System Red Green Blue C M Y K H S L
Decimal 187 23 186 0 0.88 0.01 0.27 300.37 0.78 0.41
Hex BB 17 BA 0 58 1 1B 12C 4E 29
Octal 273 27 272 0 130 1 33 454 116 51
Binary 10111011 10111 10111010 0 1011000 1 11011 100101100 1001110 101001

Color Harmonies of #BB17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17BA

Black with #BB17BA

Text Example


Text Example

White with #BB17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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