Html Css Color HEX #BA36A0 Medium Red Violet

📋 copy color: '#BA36A0'

red 186 ◦ green 54 ◦ blue 160

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

Shades of Medium Red Violet #BA36A0

Tints of Medium Red Violet #BA36A0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.5%

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

R = 46.5%
G = 13.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA36A0 (or 0xBA36A0) is known color: Medium Red Violet. HEX triplet: BA, 36 and A0. RGB value is (186,54,160). Sum of RGB (Red+Green+Blue) = 186+54+160=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA36A0 is #45C95F. Grayscale: #696969. Windows color (decimal): -4573536 or 10499770. OLE color: 10499770.

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

Color convert

RGB 186 54 160 -
CMYK 0 0.71 0.14 0.27
HSL 311.82º 0.55% 0.47% -
HSV(B) 311.82º 0.71% 0.73% -
XYZ 27.91 15.62 34.8 -
YUV 105.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 186 54 160 0 0.71 0.14 0.27 311.82 0.55 0.47
Hex BA 36 A0 0 47 E 1B 138 37 2F
Octal 272 66 240 0 107 16 33 470 67 57
Binary 10111010 110110 10100000 0 1000111 1110 11011 100111000 110111 101111

Color Harmonies of #BA36A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36A0

Black with #BA36A0

Text Example


Text Example

White with #BA36A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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