Html Css Color HEX #BA3297 Medium Red Violet

📋 copy color: '#BA3297'

red 186 ◦ green 50 ◦ blue 151

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

Shades of Medium Red Violet #BA3297

Tints of Medium Red Violet #BA3297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.92%

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

R = 48.06%
G = 12.92%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA3297 (or 0xBA3297) is known color: Medium Red Violet. HEX triplet: BA, 32 and 97. RGB value is (186,50,151). Sum of RGB (Red+Green+Blue) = 186+50+151=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3297 is #45CD68. Grayscale: #656565. Windows color (decimal): -4574569 or 9908922. OLE color: 9908922.

HSL color Cylindrical-coordinate representation of color #BA3297: hue angle of 315.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3297 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 151 -
CMYK 0 0.73 0.19 0.27
HSL 315.44º 0.58% 0.46% -
HSV(B) 315.44º 0.73% 0.73% -
XYZ 26.98 14.95 30.74 -
YUV 102.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 186 50 151 0 0.73 0.19 0.27 315.44 0.58 0.46
Hex BA 32 97 0 49 13 1B 13B 3A 2E
Octal 272 62 227 0 111 23 33 473 72 56
Binary 10111010 110010 10010111 0 1001001 10011 11011 100111011 111010 101110

Color Harmonies of #BA3297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3297

Black with #BA3297

Text Example


Text Example

White with #BA3297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3297; }

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

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

background-color css

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

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

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

border-color css

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

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

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