Html Css Color HEX #BA36A1 Medium Red Violet

📋 copy color: '#BA36A1'

red 186 ◦ green 54 ◦ blue 161

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

Shades of Medium Red Violet #BA36A1

Tints of Medium Red Violet #BA36A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.15%

R = 46.38%
G = 13.47%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA36A1 (or 0xBA36A1) is known color: Medium Red Violet. HEX triplet: BA, 36 and A1. RGB value is (186,54,161). Sum of RGB (Red+Green+Blue) = 186+54+161=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA36A1 is #45C95E. Grayscale: #696969. Windows color (decimal): -4573535 or 10565306. OLE color: 10565306.

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

Color convert

RGB 186 54 161 -
CMYK 0 0.71 0.13 0.27
HSL 311.36º 0.55% 0.47% -
HSV(B) 311.36º 0.71% 0.73% -
XYZ 28 15.65 35.26 -
YUV 105.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 186 54 161 0 0.71 0.13 0.27 311.36 0.55 0.47
Hex BA 36 A1 0 47 D 1B 137 37 2F
Octal 272 66 241 0 107 15 33 467 67 57
Binary 10111010 110110 10100001 0 1000111 1101 11011 100110111 110111 101111

Color Harmonies of #BA36A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36A1

Black with #BA36A1

Text Example


Text Example

White with #BA36A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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