Html Css Color HEX #BA3DA0 Medium Red Violet

📋 copy color: '#BA3DA0'

red 186 ◦ green 61 ◦ blue 160

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

Shades of Medium Red Violet #BA3DA0

Tints of Medium Red Violet #BA3DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 45.7%
G = 14.99%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA3DA0 (or 0xBA3DA0) is known color: Medium Red Violet. HEX triplet: BA, 3D and A0. RGB value is (186,61,160). Sum of RGB (Red+Green+Blue) = 186+61+160=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DA0 is #45C25F. Grayscale: #6D6D6D. Windows color (decimal): -4571744 or 10501562. OLE color: 10501562.

HSL color Cylindrical-coordinate representation of color #BA3DA0: hue angle of 312.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3DA0 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 61 160 -
CMYK 0 0.67 0.14 0.27
HSL 312.48º 0.51% 0.48% -
HSV(B) 312.48º 0.67% 0.73% -
XYZ 28.26 16.31 34.92 -
YUV 109.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 186 61 160 0 0.67 0.14 0.27 312.48 0.51 0.48
Hex BA 3D A0 0 43 E 1B 138 33 30
Octal 272 75 240 0 103 16 33 470 63 60
Binary 10111010 111101 10100000 0 1000011 1110 11011 100111000 110011 110000

Color Harmonies of #BA3DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DA0

Black with #BA3DA0

Text Example


Text Example

White with #BA3DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DA0; }

 p { color: rgb(186,61,160); }

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

background-color css

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

 a { background-color: rgb(186,61,160); }

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

border-color css

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

 span { border-color: rgb(186,61,160); }

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