Html Css Color HEX #BA098B Medium Violet Red

📋 copy color: '#BA098B'

red 186 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #BA098B

Tints of Medium Violet Red #BA098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 55.69%
G = 2.69%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA098B (or 0xBA098B) is known color: Medium Violet Red. HEX triplet: BA, 09 and 8B. RGB value is (186,9,139). Sum of RGB (Red+Green+Blue) = 186+9+139=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA098B is #45F674. Grayscale: #4C4C4C. Windows color (decimal): -4585077 or 9111994. OLE color: 9111994.

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

Color convert

RGB 186 9 139 -
CMYK 0 0.95 0.25 0.27
HSL 315.93º 0.91% 0.38% -
HSV(B) 315.93º 0.95% 0.73% -
XYZ 25.01 12.5 25.52 -
YUV 76.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 186 9 139 0 0.95 0.25 0.27 315.93 0.91 0.38
Hex BA 9 8B 0 5F 19 1B 13C 5B 26
Octal 272 11 213 0 137 31 33 474 133 46
Binary 10111010 1001 10001011 0 1011111 11001 11011 100111100 1011011 100110

Color Harmonies of #BA098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA098B

Black with #BA098B

Text Example


Text Example

White with #BA098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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