Html Css Color HEX #BA36A3 Medium Red Violet

📋 copy color: '#BA36A3'

red 186 ◦ green 54 ◦ blue 163

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

Shades of Medium Red Violet #BA36A3

Tints of Medium Red Violet #BA36A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.45%

R = 46.15%
G = 13.4%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA36A3 (or 0xBA36A3) is known color: Medium Red Violet. HEX triplet: BA, 36 and A3. RGB value is (186,54,163). Sum of RGB (Red+Green+Blue) = 186+54+163=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA36A3 is #45C95C. Grayscale: #696969. Windows color (decimal): -4573533 or 10696378. OLE color: 10696378.

HSL color Cylindrical-coordinate representation of color #BA36A3: hue angle of 310.45º 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 #BA36A3 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 163 -
CMYK 0 0.71 0.12 0.27
HSL 310.45º 0.55% 0.47% -
HSV(B) 310.45º 0.71% 0.73% -
XYZ 28.18 15.72 36.2 -
YUV 105.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 186 54 163 0 0.71 0.12 0.27 310.45 0.55 0.47
Hex BA 36 A3 0 47 C 1B 136 37 2F
Octal 272 66 243 0 107 14 33 466 67 57
Binary 10111010 110110 10100011 0 1000111 1100 11011 100110110 110111 101111

Color Harmonies of #BA36A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36A3

Black with #BA36A3

Text Example


Text Example

White with #BA36A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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