Html Css Color HEX #BA1299 Medium Violet Red

📋 copy color: '#BA1299'

red 186 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #BA1299

Tints of Medium Violet Red #BA1299

RGB

 RED value IS 186 (73.05% from 255) = 52.1%

 GREEN value IS 18 (7.42% from 255) = 5.04%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 52.1%
G = 5.04%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA1299 (or 0xBA1299) is known color: Medium Violet Red. HEX triplet: BA, 12 and 99. RGB value is (186,18,153). Sum of RGB (Red+Green+Blue) = 186+18+153=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1299 is #45ED66. Grayscale: #535353. Windows color (decimal): -4582759 or 10031802. OLE color: 10031802.

HSL color Cylindrical-coordinate representation of color #BA1299: hue angle of 311.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1299 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 153 -
CMYK 0 0.90 0.18 0.27
HSL 311.79º 0.82% 0.4% -
HSV(B) 311.79º 0.9% 0.73% -
XYZ 26.22 13.17 31.3 -
YUV 83.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 186 18 153 0 0.90 0.18 0.27 311.79 0.82 0.4
Hex BA 12 99 0 5A 12 1B 138 52 28
Octal 272 22 231 0 132 22 33 470 122 50
Binary 10111010 10010 10011001 0 1011010 10010 11011 100111000 1010010 101000

Color Harmonies of #BA1299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1299

Black with #BA1299

Text Example


Text Example

White with #BA1299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1299; }

 p { color: rgb(186,18,153); }

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

background-color css

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

 a { background-color: rgb(186,18,153); }

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

border-color css

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

 span { border-color: rgb(186,18,153); }

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