Html Css Color HEX #BA3278 Medium Red Violet

📋 copy color: '#BA3278'

red 186 ◦ green 50 ◦ blue 120

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

Shades of Medium Red Violet #BA3278

Tints of Medium Red Violet #BA3278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.71%

R = 52.25%
G = 14.04%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA3278 (or 0xBA3278) is known color: Medium Red Violet. HEX triplet: BA, 32 and 78. RGB value is (186,50,120). Sum of RGB (Red+Green+Blue) = 186+50+120=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3278 is #45CD87. Grayscale: #626262. Windows color (decimal): -4574600 or 7877306. OLE color: 7877306.

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

Color convert

RGB 186 50 120 -
CMYK 0 0.73 0.35 0.27
HSL 329.12º 0.58% 0.46% -
HSV(B) 329.12º 0.73% 0.73% -
XYZ 24.78 14.08 19.18 -
YUV 98.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 186 50 120 0 0.73 0.35 0.27 329.12 0.58 0.46
Hex BA 32 78 0 49 23 1B 149 3A 2E
Octal 272 62 170 0 111 43 33 511 72 56
Binary 10111010 110010 1111000 0 1001001 100011 11011 101001001 111010 101110

Color Harmonies of #BA3278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3278

Black with #BA3278

Text Example


Text Example

White with #BA3278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3278; }

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

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

background-color css

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

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

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

border-color css

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

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

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