Html Css Color HEX #BA1275 Medium Violet Red

📋 copy color: '#BA1275'

red 186 ◦ green 18 ◦ blue 117

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

Shades of Medium Violet Red #BA1275

Tints of Medium Violet Red #BA1275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 57.94%
G = 5.61%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA1275 (or 0xBA1275) is known color: Medium Violet Red. HEX triplet: BA, 12 and 75. RGB value is (186,18,117). Sum of RGB (Red+Green+Blue) = 186+18+117=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1275 is #45ED8A. Grayscale: #4F4F4F. Windows color (decimal): -4582795 or 7672506. OLE color: 7672506.

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

Color convert

RGB 186 18 117 -
CMYK 0 0.90 0.37 0.27
HSL 324.64º 0.82% 0.4% -
HSV(B) 324.64º 0.9% 0.73% -
XYZ 23.68 12.16 17.93 -
YUV 79.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 186 18 117 0 0.90 0.37 0.27 324.64 0.82 0.4
Hex BA 12 75 0 5A 25 1B 145 52 28
Octal 272 22 165 0 132 45 33 505 122 50
Binary 10111010 10010 1110101 0 1011010 100101 11011 101000101 1010010 101000

Color Harmonies of #BA1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1275

Black with #BA1275

Text Example


Text Example

White with #BA1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1275; }

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

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

background-color css

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

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

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

border-color css

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

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

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