Html Css Color HEX #BA2F95 Medium Red Violet

📋 copy color: '#BA2F95'

red 186 ◦ green 47 ◦ blue 149

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

Shades of Medium Red Violet #BA2F95

Tints of Medium Red Violet #BA2F95

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

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

R = 48.69%
G = 12.3%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA2F95 (or 0xBA2F95) is known color: Medium Red Violet. HEX triplet: BA, 2F and 95. RGB value is (186,47,149). Sum of RGB (Red+Green+Blue) = 186+47+149=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F95 is #45D06A. Grayscale: #636363. Windows color (decimal): -4575339 or 9777082. OLE color: 9777082.

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

Color convert

RGB 186 47 149 -
CMYK 0 0.75 0.20 0.27
HSL 315.97º 0.6% 0.46% -
HSV(B) 315.97º 0.75% 0.73% -
XYZ 26.69 14.64 29.85 -
YUV 100.19 155.55 189.21 -
System Red Green Blue C M Y K H S L
Decimal 186 47 149 0 0.75 0.20 0.27 315.97 0.6 0.46
Hex BA 2F 95 0 4B 14 1B 13C 3C 2E
Octal 272 57 225 0 113 24 33 474 74 56
Binary 10111010 101111 10010101 0 1001011 10100 11011 100111100 111100 101110

Color Harmonies of #BA2F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F95

Black with #BA2F95

Text Example


Text Example

White with #BA2F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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