Html Css Color HEX #BA1297 Medium Violet Red

📋 copy color: '#BA1297'

red 186 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #BA1297

Tints of Medium Violet Red #BA1297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 52.39%
G = 5.07%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA1297 (or 0xBA1297) is known color: Medium Violet Red. HEX triplet: BA, 12 and 97. RGB value is (186,18,151). Sum of RGB (Red+Green+Blue) = 186+18+151=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1297 is #45ED68. Grayscale: #535353. Windows color (decimal): -4582761 or 9900730. OLE color: 9900730.

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

Color convert

RGB 186 18 151 -
CMYK 0 0.90 0.19 0.27
HSL 312.5º 0.82% 0.4% -
HSV(B) 312.5º 0.9% 0.73% -
XYZ 26.05 13.11 30.43 -
YUV 83.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 186 18 151 0 0.90 0.19 0.27 312.5 0.82 0.4
Hex BA 12 97 0 5A 13 1B 138 52 28
Octal 272 22 227 0 132 23 33 470 122 50
Binary 10111010 10010 10010111 0 1011010 10011 11011 100111000 1010010 101000

Color Harmonies of #BA1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1297

Black with #BA1297

Text Example


Text Example

White with #BA1297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1297; }

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

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

background-color css

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

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

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

border-color css

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

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

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