Html Css Color HEX #BA099F Medium Violet Red

📋 copy color: '#BA099F'

red 186 ◦ green 9 ◦ blue 159

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

Shades of Medium Violet Red #BA099F

Tints of Medium Violet Red #BA099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 52.54%
G = 2.54%
B = 44.92%

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

#BA099F (or 0xBA099F) is known color: Medium Violet Red. HEX triplet: BA, 09 and 9F. RGB value is (186,9,159). Sum of RGB (Red+Green+Blue) = 186+9+159=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA099F is #45F660. Grayscale: #4E4E4E. Windows color (decimal): -4585057 or 10422714. OLE color: 10422714.

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

Color convert

RGB 186 9 159 -
CMYK 0 0.95 0.15 0.27
HSL 309.15º 0.91% 0.38% -
HSV(B) 309.15º 0.95% 0.73% -
XYZ 26.61 13.14 33.93 -
YUV 79.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 186 9 159 0 0.95 0.15 0.27 309.15 0.91 0.38
Hex BA 9 9F 0 5F F 1B 135 5B 26
Octal 272 11 237 0 137 17 33 465 133 46
Binary 10111010 1001 10011111 0 1011111 1111 11011 100110101 1011011 100110

Color Harmonies of #BA099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA099F

Black with #BA099F

Text Example


Text Example

White with #BA099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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