Html Css Color HEX #BA0396 Medium Violet Red

📋 copy color: '#BA0396'

red 186 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #BA0396

Tints of Medium Violet Red #BA0396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 54.87%
G = 0.88%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA0396 (or 0xBA0396) is known color: Medium Violet Red. HEX triplet: BA, 03 and 96. RGB value is (186,3,150). Sum of RGB (Red+Green+Blue) = 186+3+150=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0396 is #45FC69. Grayscale: #4A4A4A. Windows color (decimal): -4586602 or 9831354. OLE color: 9831354.

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

Color convert

RGB 186 3 150 -
CMYK 0 0.98 0.19 0.27
HSL 311.8º 0.97% 0.37% -
HSV(B) 311.8º 0.98% 0.73% -
XYZ 25.79 12.71 29.95 -
YUV 74.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 186 3 150 0 0.98 0.19 0.27 311.8 0.97 0.37
Hex BA 3 96 0 62 13 1B 138 61 25
Octal 272 3 226 0 142 23 33 470 141 45
Binary 10111010 11 10010110 0 1100010 10011 11011 100111000 1100001 100101

Color Harmonies of #BA0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0396

Black with #BA0396

Text Example


Text Example

White with #BA0396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0396; }

 p { color: rgb(186,3,150); }

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

background-color css

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

 a { background-color: rgb(186,3,150); }

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

border-color css

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

 span { border-color: rgb(186,3,150); }

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