Html Css Color HEX #BB14BE Deep Magenta

📋 copy color: '#BB14BE'

red 187 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #BB14BE

Tints of Deep Magenta #BB14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 47.1%
G = 5.04%
B = 47.86%

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

#BB14BE (or 0xBB14BE) is known color: Deep Magenta. HEX triplet: BB, 14 and BE. RGB value is (187,20,190). Sum of RGB (Red+Green+Blue) = 187+20+190=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14BE is #44EB41. Grayscale: #585858. Windows color (decimal): -4516674 or 12457147. OLE color: 12457147.

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

Color convert

RGB 187 20 190 -
CMYK 0.02 0.89 0 0.25
HSL 298.94º 0.81% 0.41% -
HSV(B) 298.94º 0.89% 0.75% -
XYZ 30.04 14.78 49.99 -
YUV 89.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 187 20 190 0.02 0.89 0 0.25 298.94 0.81 0.41
Hex BB 14 BE 2 59 0 19 12B 51 29
Octal 273 24 276 2 131 0 31 453 121 51
Binary 10111011 10100 10111110 10 1011001 0 11001 100101011 1010001 101001

Color Harmonies of #BB14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14BE

Black with #BB14BE

Text Example


Text Example

White with #BB14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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