Html Css Color HEX #BB15E0 Deep Magenta

📋 copy color: '#BB15E0'

red 187 ◦ green 21 ◦ blue 224

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

Shades of Deep Magenta #BB15E0

Tints of Deep Magenta #BB15E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 43.29%
G = 4.86%
B = 51.85%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB15E0 (or 0xBB15E0) is known color: Deep Magenta. HEX triplet: BB, 15 and E0. RGB value is (187,21,224). Sum of RGB (Red+Green+Blue) = 187+21+224=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB15E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15E0 is #44EA1F. Grayscale: #5D5D5D. Windows color (decimal): -4516384 or 14685627. OLE color: 14685627.

HSL color Cylindrical-coordinate representation of color #BB15E0: hue angle of 289.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB15E0 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 21 224 -
CMYK 0.17 0.91 0 0.12
HSL 289.06º 0.83% 0.48% -
HSV(B) 289.06º 0.91% 0.88% -
XYZ 34.22 16.48 71.9 -
YUV 93.78 201.5 194.49 -
System Red Green Blue C M Y K H S L
Decimal 187 21 224 0.17 0.91 0 0.12 289.06 0.83 0.48
Hex BB 15 E0 11 5B 0 C 121 53 30
Octal 273 25 340 21 133 0 14 441 123 60
Binary 10111011 10101 11100000 10001 1011011 0 1100 100100001 1010011 110000

Color Harmonies of #BB15E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15E0

Black with #BB15E0

Text Example


Text Example

White with #BB15E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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