Html Css Color HEX #BA099B Medium Violet Red

📋 copy color: '#BA099B'

red 186 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #BA099B

Tints of Medium Violet Red #BA099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 53.14%
G = 2.57%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA099B (or 0xBA099B) is known color: Medium Violet Red. HEX triplet: BA, 09 and 9B. RGB value is (186,9,155). Sum of RGB (Red+Green+Blue) = 186+9+155=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA099B is #45F664. Grayscale: #4E4E4E. Windows color (decimal): -4585061 or 10160570. OLE color: 10160570.

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

Color convert

RGB 186 9 155 -
CMYK 0 0.95 0.17 0.27
HSL 310.51º 0.91% 0.38% -
HSV(B) 310.51º 0.95% 0.73% -
XYZ 26.26 13 32.14 -
YUV 78.57 171.14 204.63 -
System Red Green Blue C M Y K H S L
Decimal 186 9 155 0 0.95 0.17 0.27 310.51 0.91 0.38
Hex BA 9 9B 0 5F 11 1B 137 5B 26
Octal 272 11 233 0 137 21 33 467 133 46
Binary 10111010 1001 10011011 0 1011111 10001 11011 100110111 1011011 100110

Color Harmonies of #BA099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA099B

Black with #BA099B

Text Example


Text Example

White with #BA099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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