Html Css Color HEX #BA099E Medium Violet Red

📋 copy color: '#BA099E'

red 186 ◦ green 9 ◦ blue 158

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

Shades of Medium Violet Red #BA099E

Tints of Medium Violet Red #BA099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 52.69%
G = 2.55%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA099E (or 0xBA099E) is known color: Medium Violet Red. HEX triplet: BA, 09 and 9E. RGB value is (186,9,158). Sum of RGB (Red+Green+Blue) = 186+9+158=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA099E is #45F661. Grayscale: #4E4E4E. Windows color (decimal): -4585058 or 10357178. OLE color: 10357178.

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

Color convert

RGB 186 9 158 -
CMYK 0 0.95 0.15 0.27
HSL 309.49º 0.91% 0.38% -
HSV(B) 309.49º 0.95% 0.73% -
XYZ 26.52 13.1 33.48 -
YUV 78.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 186 9 158 0 0.95 0.15 0.27 309.49 0.91 0.38
Hex BA 9 9E 0 5F F 1B 135 5B 26
Octal 272 11 236 0 137 17 33 465 133 46
Binary 10111010 1001 10011110 0 1011111 1111 11011 100110101 1011011 100110

Color Harmonies of #BA099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA099E

Black with #BA099E

Text Example


Text Example

White with #BA099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA099E; }

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

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

background-color css

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

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

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

border-color css

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

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

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