Html Css Color HEX #BB13BF Deep Magenta

📋 copy color: '#BB13BF'

red 187 ◦ green 19 ◦ blue 191

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

Shades of Deep Magenta #BB13BF

Tints of Deep Magenta #BB13BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.79%

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

R = 47.1%
G = 4.79%
B = 48.11%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB13BF (or 0xBB13BF) is known color: Deep Magenta. HEX triplet: BB, 13 and BF. RGB value is (187,19,191). Sum of RGB (Red+Green+Blue) = 187+19+191=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB13BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13BF is #44EC40. Grayscale: #585858. Windows color (decimal): -4516929 or 12522427. OLE color: 12522427.

HSL color Cylindrical-coordinate representation of color #BB13BF: hue angle of 298.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB13BF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 19 191 -
CMYK 0.02 0.90 0 0.25
HSL 298.6º 0.82% 0.41% -
HSV(B) 298.6º 0.9% 0.75% -
XYZ 30.13 14.79 50.56 -
YUV 88.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 187 19 191 0.02 0.90 0 0.25 298.6 0.82 0.41
Hex BB 13 BF 2 5A 0 19 12B 52 29
Octal 273 23 277 2 132 0 31 453 122 51
Binary 10111011 10011 10111111 10 1011010 0 11001 100101011 1010010 101001

Color Harmonies of #BB13BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB13BF

Black with #BB13BF

Text Example


Text Example

White with #BB13BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB13BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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