Html Css Color HEX #BA1278 Medium Violet Red

📋 copy color: '#BA1278'

red 186 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #BA1278

Tints of Medium Violet Red #BA1278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.04%

R = 57.41%
G = 5.56%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1278 (or 0xBA1278) is known color: Medium Violet Red. HEX triplet: BA, 12 and 78. RGB value is (186,18,120). Sum of RGB (Red+Green+Blue) = 186+18+120=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1278 is #45ED87. Grayscale: #4F4F4F. Windows color (decimal): -4582792 or 7869114. OLE color: 7869114.

HSL color Cylindrical-coordinate representation of color #BA1278: hue angle of 323.57º 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 #BA1278 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 120 -
CMYK 0 0.90 0.35 0.27
HSL 323.57º 0.82% 0.4% -
HSV(B) 323.57º 0.9% 0.73% -
XYZ 23.86 12.23 18.87 -
YUV 79.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 186 18 120 0 0.90 0.35 0.27 323.57 0.82 0.4
Hex BA 12 78 0 5A 23 1B 144 52 28
Octal 272 22 170 0 132 43 33 504 122 50
Binary 10111010 10010 1111000 0 1011010 100011 11011 101000100 1010010 101000

Color Harmonies of #BA1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1278

Black with #BA1278

Text Example


Text Example

White with #BA1278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1278; }

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

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

background-color css

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

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

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

border-color css

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

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

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