Html Css Color HEX #BA36A2 Medium Red Violet

📋 copy color: '#BA36A2'

red 186 ◦ green 54 ◦ blue 162

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

Shades of Medium Red Violet #BA36A2

Tints of Medium Red Violet #BA36A2

RGB

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

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

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

R = 46.27%
G = 13.43%
B = 40.3%

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

#BA36A2 (or 0xBA36A2) is known color: Medium Red Violet. HEX triplet: BA, 36 and A2. RGB value is (186,54,162). Sum of RGB (Red+Green+Blue) = 186+54+162=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA36A2 is #45C95D. Grayscale: #696969. Windows color (decimal): -4573534 or 10630842. OLE color: 10630842.

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

Color convert

RGB 186 54 162 -
CMYK 0 0.71 0.13 0.27
HSL 310.91º 0.55% 0.47% -
HSV(B) 310.91º 0.71% 0.73% -
XYZ 28.09 15.69 35.73 -
YUV 105.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 186 54 162 0 0.71 0.13 0.27 310.91 0.55 0.47
Hex BA 36 A2 0 47 D 1B 137 37 2F
Octal 272 66 242 0 107 15 33 467 67 57
Binary 10111010 110110 10100010 0 1000111 1101 11011 100110111 110111 101111

Color Harmonies of #BA36A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36A2

Black with #BA36A2

Text Example


Text Example

White with #BA36A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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