Html Css Color HEX #BA2395 Medium Red Violet

📋 copy color: '#BA2395'

red 186 ◦ green 35 ◦ blue 149

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

Shades of Medium Red Violet #BA2395

Tints of Medium Red Violet #BA2395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.46%

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

R = 50.27%
G = 9.46%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA2395 (or 0xBA2395) is known color: Medium Red Violet. HEX triplet: BA, 23 and 95. RGB value is (186,35,149). Sum of RGB (Red+Green+Blue) = 186+35+149=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2395 is #45DC6A. Grayscale: #5C5C5C. Windows color (decimal): -4578411 or 9774010. OLE color: 9774010.

HSL color Cylindrical-coordinate representation of color #BA2395: hue angle of 314.7º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2395 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 149 -
CMYK 0 0.81 0.20 0.27
HSL 314.7º 0.68% 0.43% -
HSV(B) 314.7º 0.81% 0.73% -
XYZ 26.28 13.81 29.71 -
YUV 93.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 186 35 149 0 0.81 0.20 0.27 314.7 0.68 0.43
Hex BA 23 95 0 51 14 1B 13B 44 2B
Octal 272 43 225 0 121 24 33 473 104 53
Binary 10111010 100011 10010101 0 1010001 10100 11011 100111011 1000100 101011

Color Harmonies of #BA2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2395

Black with #BA2395

Text Example


Text Example

White with #BA2395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2395; }

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

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

background-color css

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

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

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

border-color css

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

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

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