Html Css Color HEX #BA097B Medium Violet Red

📋 copy color: '#BA097B'

red 186 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #BA097B

Tints of Medium Violet Red #BA097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 58.49%
G = 2.83%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA097B (or 0xBA097B) is known color: Medium Violet Red. HEX triplet: BA, 09 and 7B. RGB value is (186,9,123). Sum of RGB (Red+Green+Blue) = 186+9+123=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA097B is #45F684. Grayscale: #4A4A4A. Windows color (decimal): -4585093 or 8063418. OLE color: 8063418.

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

Color convert

RGB 186 9 123 -
CMYK 0 0.95 0.34 0.27
HSL 321.36º 0.91% 0.38% -
HSV(B) 321.36º 0.95% 0.73% -
XYZ 23.92 12.06 19.81 -
YUV 74.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 186 9 123 0 0.95 0.34 0.27 321.36 0.91 0.38
Hex BA 9 7B 0 5F 22 1B 141 5B 26
Octal 272 11 173 0 137 42 33 501 133 46
Binary 10111010 1001 1111011 0 1011111 100010 11011 101000001 1011011 100110

Color Harmonies of #BA097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA097B

Black with #BA097B

Text Example


Text Example

White with #BA097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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