Html Css Color HEX #BB17BB Deep Magenta

📋 copy color: '#BB17BB'

red 187 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #BB17BB

Tints of Deep Magenta #BB17BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 47.1%
G = 5.79%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB17BB (or 0xBB17BB) is known color: Deep Magenta. HEX triplet: BB, 17 and BB. RGB value is (187,23,187). Sum of RGB (Red+Green+Blue) = 187+23+187=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17BB is #44E844. Grayscale: #5A5A5A. Windows color (decimal): -4515909 or 12261307. OLE color: 12261307.

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

Color convert

RGB 187 23 187 -
CMYK 0 0.88 0 0.27
HSL 300º 0.78% 0.41% -
HSV(B) 300º 0.88% 0.73% -
XYZ 29.77 14.77 48.29 -
YUV 90.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 187 23 187 0 0.88 0 0.27 300 0.78 0.41
Hex BB 17 BB 0 58 0 1B 12C 4E 29
Octal 273 27 273 0 130 0 33 454 116 51
Binary 10111011 10111 10111011 0 1011000 0 11011 100101100 1001110 101001

Color Harmonies of #BB17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17BB

Black with #BB17BB

Text Example


Text Example

White with #BB17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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