Html Css Color HEX #BB14BF Deep Magenta

📋 copy color: '#BB14BF'

red 187 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #BB14BF

Tints of Deep Magenta #BB14BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.03%

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

R = 46.98%
G = 5.03%
B = 47.99%

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

#BB14BF (or 0xBB14BF) is known color: Deep Magenta. HEX triplet: BB, 14 and BF. RGB value is (187,20,191). Sum of RGB (Red+Green+Blue) = 187+20+191=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14BF is #44EB40. Grayscale: #585858. Windows color (decimal): -4516673 or 12522683. OLE color: 12522683.

HSL color Cylindrical-coordinate representation of color #BB14BF: hue angle of 298.6º degrees, saturation: 0.81, 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 #BB14BF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 20 191 -
CMYK 0.02 0.90 0 0.25
HSL 298.6º 0.81% 0.41% -
HSV(B) 298.6º 0.9% 0.75% -
XYZ 30.15 14.83 50.56 -
YUV 89.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 187 20 191 0.02 0.90 0 0.25 298.6 0.81 0.41
Hex BB 14 BF 2 5A 0 19 12B 51 29
Octal 273 24 277 2 132 0 31 453 121 51
Binary 10111011 10100 10111111 10 1011010 0 11001 100101011 1010001 101001

Color Harmonies of #BB14BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14BF

Black with #BB14BF

Text Example


Text Example

White with #BB14BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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