Html Css Color HEX #BA39A2 Medium Red Violet

📋 copy color: '#BA39A2'

red 186 ◦ green 57 ◦ blue 162

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

Shades of Medium Red Violet #BA39A2

Tints of Medium Red Violet #BA39A2

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.07%

 BLUE value IS 162 (63.67% from 255) = 40%

R = 45.93%
G = 14.07%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA39A2 (or 0xBA39A2) is known color: Medium Red Violet. HEX triplet: BA, 39 and A2. RGB value is (186,57,162). Sum of RGB (Red+Green+Blue) = 186+57+162=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39A2 is #45C65D. Grayscale: #6B6B6B. Windows color (decimal): -4572766 or 10631610. OLE color: 10631610.

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

Color convert

RGB 186 57 162 -
CMYK 0 0.69 0.13 0.27
HSL 311.16º 0.53% 0.48% -
HSV(B) 311.16º 0.69% 0.73% -
XYZ 28.23 15.97 35.78 -
YUV 107.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 186 57 162 0 0.69 0.13 0.27 311.16 0.53 0.48
Hex BA 39 A2 0 45 D 1B 137 35 30
Octal 272 71 242 0 105 15 33 467 65 60
Binary 10111010 111001 10100010 0 1000101 1101 11011 100110111 110101 110000

Color Harmonies of #BA39A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39A2

Black with #BA39A2

Text Example


Text Example

White with #BA39A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39A2; }

 p { color: rgb(186,57,162); }

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

background-color css

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

 a { background-color: rgb(186,57,162); }

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

border-color css

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

 span { border-color: rgb(186,57,162); }

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