Html Css Color HEX #BA3878 Medium Red Violet

📋 copy color: '#BA3878'

red 186 ◦ green 56 ◦ blue 120

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

Shades of Medium Red Violet #BA3878

Tints of Medium Red Violet #BA3878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.47%

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

R = 51.38%
G = 15.47%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA3878 (or 0xBA3878) is known color: Medium Red Violet. HEX triplet: BA, 38 and 78. RGB value is (186,56,120). Sum of RGB (Red+Green+Blue) = 186+56+120=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3878 is #45C787. Grayscale: #666666. Windows color (decimal): -4573064 or 7878842. OLE color: 7878842.

HSL color Cylindrical-coordinate representation of color #BA3878: hue angle of 330.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3878 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 120 -
CMYK 0 0.70 0.35 0.27
HSL 330.46º 0.54% 0.47% -
HSV(B) 330.46º 0.7% 0.73% -
XYZ 25.05 14.62 19.27 -
YUV 102.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 186 56 120 0 0.70 0.35 0.27 330.46 0.54 0.47
Hex BA 38 78 0 46 23 1B 14A 36 2F
Octal 272 70 170 0 106 43 33 512 66 57
Binary 10111010 111000 1111000 0 1000110 100011 11011 101001010 110110 101111

Color Harmonies of #BA3878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3878

Black with #BA3878

Text Example


Text Example

White with #BA3878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3878; }

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

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

background-color css

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

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

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

border-color css

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

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

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