Html Css Color HEX #BA098A Medium Violet Red

📋 copy color: '#BA098A'

red 186 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #BA098A

Tints of Medium Violet Red #BA098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 55.86%
G = 2.7%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA098A (or 0xBA098A) is known color: Medium Violet Red. HEX triplet: BA, 09 and 8A. RGB value is (186,9,138). Sum of RGB (Red+Green+Blue) = 186+9+138=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA098A is #45F675. Grayscale: #4C4C4C. Windows color (decimal): -4585078 or 9046458. OLE color: 9046458.

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

Color convert

RGB 186 9 138 -
CMYK 0 0.95 0.26 0.27
HSL 316.27º 0.91% 0.38% -
HSV(B) 316.27º 0.95% 0.73% -
XYZ 24.93 12.47 25.14 -
YUV 76.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 186 9 138 0 0.95 0.26 0.27 316.27 0.91 0.38
Hex BA 9 8A 0 5F 1A 1B 13C 5B 26
Octal 272 11 212 0 137 32 33 474 133 46
Binary 10111010 1001 10001010 0 1011111 11010 11011 100111100 1011011 100110

Color Harmonies of #BA098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA098A

Black with #BA098A

Text Example


Text Example

White with #BA098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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