Html Css Color HEX #BA3477 Medium Red Violet

📋 copy color: '#BA3477'

red 186 ◦ green 52 ◦ blue 119

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

Shades of Medium Red Violet #BA3477

Tints of Medium Red Violet #BA3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.57%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 52.1%
G = 14.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA3477 (or 0xBA3477) is known color: Medium Red Violet. HEX triplet: BA, 34 and 77. RGB value is (186,52,119). Sum of RGB (Red+Green+Blue) = 186+52+119=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3477 is #45CB88. Grayscale: #636363. Windows color (decimal): -4574089 or 7812282. OLE color: 7812282.

HSL color Cylindrical-coordinate representation of color #BA3477: hue angle of 330º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3477 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 119 -
CMYK 0 0.72 0.36 0.27
HSL 330º 0.56% 0.47% -
HSV(B) 330º 0.72% 0.73% -
XYZ 24.81 14.23 18.89 -
YUV 99.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 186 52 119 0 0.72 0.36 0.27 330 0.56 0.47
Hex BA 34 77 0 48 24 1B 14A 38 2F
Octal 272 64 167 0 110 44 33 512 70 57
Binary 10111010 110100 1110111 0 1001000 100100 11011 101001010 111000 101111

Color Harmonies of #BA3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3477

Black with #BA3477

Text Example


Text Example

White with #BA3477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3477; }

 p { color: rgb(186,52,119); }

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

background-color css

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

 a { background-color: rgb(186,52,119); }

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

border-color css

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

 span { border-color: rgb(186,52,119); }

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