Html Css Color HEX #BA097F Medium Violet Red

📋 copy color: '#BA097F'

red 186 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #BA097F

Tints of Medium Violet Red #BA097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 57.76%
G = 2.8%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA097F (or 0xBA097F) is known color: Medium Violet Red. HEX triplet: BA, 09 and 7F. RGB value is (186,9,127). Sum of RGB (Red+Green+Blue) = 186+9+127=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA097F is #45F680. Grayscale: #4B4B4B. Windows color (decimal): -4585089 or 8325562. OLE color: 8325562.

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

Color convert

RGB 186 9 127 -
CMYK 0 0.95 0.32 0.27
HSL 320º 0.91% 0.38% -
HSV(B) 320º 0.95% 0.73% -
XYZ 24.18 12.17 21.15 -
YUV 75.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 186 9 127 0 0.95 0.32 0.27 320 0.91 0.38
Hex BA 9 7F 0 5F 20 1B 140 5B 26
Octal 272 11 177 0 137 40 33 500 133 46
Binary 10111010 1001 1111111 0 1011111 100000 11011 101000000 1011011 100110

Color Harmonies of #BA097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA097F

Black with #BA097F

Text Example


Text Example

White with #BA097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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