Html Css Color HEX #BB14BC Deep Magenta

📋 copy color: '#BB14BC'

red 187 ◦ green 20 ◦ blue 188

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

Shades of Deep Magenta #BB14BC

Tints of Deep Magenta #BB14BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 47.34%
G = 5.06%
B = 47.59%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB14BC (or 0xBB14BC) is known color: Deep Magenta. HEX triplet: BB, 14 and BC. RGB value is (187,20,188). Sum of RGB (Red+Green+Blue) = 187+20+188=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB14BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14BC is #44EB43. Grayscale: #585858. Windows color (decimal): -4516676 or 12326075. OLE color: 12326075.

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

Color convert

RGB 187 20 188 -
CMYK 0.01 0.89 0 0.26
HSL 299.64º 0.81% 0.41% -
HSV(B) 299.64º 0.89% 0.74% -
XYZ 29.82 14.7 48.84 -
YUV 89.09 183.83 197.84 -
System Red Green Blue C M Y K H S L
Decimal 187 20 188 0.01 0.89 0 0.26 299.64 0.81 0.41
Hex BB 14 BC 1 59 0 1A 12C 51 29
Octal 273 24 274 1 131 0 32 454 121 51
Binary 10111011 10100 10111100 1 1011001 0 11010 100101100 1010001 101001

Color Harmonies of #BB14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14BC

Black with #BB14BC

Text Example


Text Example

White with #BB14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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