Html Css Color HEX #BB15BB Deep Magenta

📋 copy color: '#BB15BB'

red 187 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #BB15BB

Tints of Deep Magenta #BB15BB

RGB

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

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

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

R = 47.34%
G = 5.32%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB15BB (or 0xBB15BB) is known color: Deep Magenta. HEX triplet: BB, 15 and BB. RGB value is (187,21,187). Sum of RGB (Red+Green+Blue) = 187+21+187=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB15BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15BB is #44EA44. Grayscale: #595959. Windows color (decimal): -4516421 or 12260795. OLE color: 12260795.

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

Color convert

RGB 187 21 187 -
CMYK 0 0.89 0 0.27
HSL 300º 0.8% 0.41% -
HSV(B) 300º 0.89% 0.73% -
XYZ 29.73 14.69 48.28 -
YUV 89.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 187 21 187 0 0.89 0 0.27 300 0.8 0.41
Hex BB 15 BB 0 59 0 1B 12C 50 29
Octal 273 25 273 0 131 0 33 454 120 51
Binary 10111011 10101 10111011 0 1011001 0 11011 100101100 1010000 101001

Color Harmonies of #BB15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15BB

Black with #BB15BB

Text Example


Text Example

White with #BB15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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