Html Css Color HEX #BB14A8 Medium Violet Red

📋 copy color: '#BB14A8'

red 187 ◦ green 20 ◦ blue 168

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

Shades of Medium Violet Red #BB14A8

Tints of Medium Violet Red #BB14A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 49.87%
G = 5.33%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB14A8 (or 0xBB14A8) is known color: Medium Violet Red. HEX triplet: BB, 14 and A8. RGB value is (187,20,168). Sum of RGB (Red+Green+Blue) = 187+20+168=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB14A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB14A8 is #44EB57. Grayscale: #565656. Windows color (decimal): -4516696 or 11015355. OLE color: 11015355.

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

Color convert

RGB 187 20 168 -
CMYK 0 0.89 0.10 0.27
HSL 306.83º 0.81% 0.41% -
HSV(B) 306.83º 0.89% 0.73% -
XYZ 27.81 13.89 38.26 -
YUV 86.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 187 20 168 0 0.89 0.10 0.27 306.83 0.81 0.41
Hex BB 14 A8 0 59 A 1B 133 51 29
Octal 273 24 250 0 131 12 33 463 121 51
Binary 10111011 10100 10101000 0 1011001 1010 11011 100110011 1010001 101001

Color Harmonies of #BB14A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14A8

Black with #BB14A8

Text Example


Text Example

White with #BB14A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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