Html Css Color HEX #BA0395 Medium Violet Red

📋 copy color: '#BA0395'

red 186 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #BA0395

Tints of Medium Violet Red #BA0395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 55.03%
G = 0.89%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA0395 (or 0xBA0395) is known color: Medium Violet Red. HEX triplet: BA, 03 and 95. RGB value is (186,3,149). Sum of RGB (Red+Green+Blue) = 186+3+149=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0395 is #45FC6A. Grayscale: #494949. Windows color (decimal): -4586603 or 9765818. OLE color: 9765818.

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

Color convert

RGB 186 3 149 -
CMYK 0 0.98 0.20 0.27
HSL 312.13º 0.97% 0.37% -
HSV(B) 312.13º 0.98% 0.73% -
XYZ 25.71 12.67 29.53 -
YUV 74.36 170.13 207.63 -
System Red Green Blue C M Y K H S L
Decimal 186 3 149 0 0.98 0.20 0.27 312.13 0.97 0.37
Hex BA 3 95 0 62 14 1B 138 61 25
Octal 272 3 225 0 142 24 33 470 141 45
Binary 10111010 11 10010101 0 1100010 10100 11011 100111000 1100001 100101

Color Harmonies of #BA0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0395

Black with #BA0395

Text Example


Text Example

White with #BA0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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