Html Css Color HEX #BA09A1 Medium Violet Red

📋 copy color: '#BA09A1'

red 186 ◦ green 9 ◦ blue 161

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

Shades of Medium Violet Red #BA09A1

Tints of Medium Violet Red #BA09A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

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

R = 52.25%
G = 2.53%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA09A1 (or 0xBA09A1) is known color: Medium Violet Red. HEX triplet: BA, 09 and A1. RGB value is (186,9,161). Sum of RGB (Red+Green+Blue) = 186+9+161=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA09A1 is #45F65E. Grayscale: #4E4E4E. Windows color (decimal): -4585055 or 10553786. OLE color: 10553786.

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

Color convert

RGB 186 9 161 -
CMYK 0 0.95 0.13 0.27
HSL 308.47º 0.91% 0.38% -
HSV(B) 308.47º 0.95% 0.73% -
XYZ 26.78 13.21 34.86 -
YUV 79.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 186 9 161 0 0.95 0.13 0.27 308.47 0.91 0.38
Hex BA 9 A1 0 5F D 1B 134 5B 26
Octal 272 11 241 0 137 15 33 464 133 46
Binary 10111010 1001 10100001 0 1011111 1101 11011 100110100 1011011 100110

Color Harmonies of #BA09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09A1

Black with #BA09A1

Text Example


Text Example

White with #BA09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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