Html Css Color HEX #BB15BF Deep Magenta

📋 copy color: '#BB15BF'

red 187 ◦ green 21 ◦ blue 191

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

Shades of Deep Magenta #BB15BF

Tints of Deep Magenta #BB15BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.87%

R = 46.87%
G = 5.26%
B = 47.87%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB15BF (or 0xBB15BF) is known color: Deep Magenta. HEX triplet: BB, 15 and BF. RGB value is (187,21,191). Sum of RGB (Red+Green+Blue) = 187+21+191=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15BF is #44EA40. Grayscale: #595959. Windows color (decimal): -4516417 or 12522939. OLE color: 12522939.

HSL color Cylindrical-coordinate representation of color #BB15BF: hue angle of 298.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB15BF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 21 191 -
CMYK 0.02 0.89 0 0.25
HSL 298.59º 0.8% 0.42% -
HSV(B) 298.59º 0.89% 0.75% -
XYZ 30.17 14.86 50.57 -
YUV 90.01 185 197.18 -
System Red Green Blue C M Y K H S L
Decimal 187 21 191 0.02 0.89 0 0.25 298.59 0.8 0.42
Hex BB 15 BF 2 59 0 19 12B 50 2A
Octal 273 25 277 2 131 0 31 453 120 52
Binary 10111011 10101 10111111 10 1011001 0 11001 100101011 1010000 101010

Color Harmonies of #BB15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15BF

Black with #BB15BF

Text Example


Text Example

White with #BB15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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