Html Css Color HEX #BA3275 Medium Red Violet

📋 copy color: '#BA3275'

red 186 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #BA3275

Tints of Medium Red Violet #BA3275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 52.69%
G = 14.16%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA3275 (or 0xBA3275) is known color: Medium Red Violet. HEX triplet: BA, 32 and 75. RGB value is (186,50,117). Sum of RGB (Red+Green+Blue) = 186+50+117=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3275 is #45CD8A. Grayscale: #626262. Windows color (decimal): -4574603 or 7680698. OLE color: 7680698.

HSL color Cylindrical-coordinate representation of color #BA3275: hue angle of 330.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 #BA3275 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 117 -
CMYK 0 0.73 0.37 0.27
HSL 330.44º 0.58% 0.46% -
HSV(B) 330.44º 0.73% 0.73% -
XYZ 24.6 14 18.24 -
YUV 98.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 186 50 117 0 0.73 0.37 0.27 330.44 0.58 0.46
Hex BA 32 75 0 49 25 1B 14A 3A 2E
Octal 272 62 165 0 111 45 33 512 72 56
Binary 10111010 110010 1110101 0 1001001 100101 11011 101001010 111010 101110

Color Harmonies of #BA3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3275

Black with #BA3275

Text Example


Text Example

White with #BA3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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