Html Css Color HEX #BA059B Medium Violet Red

📋 copy color: '#BA059B'

red 186 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #BA059B

Tints of Medium Violet Red #BA059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 53.76%
G = 1.45%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA059B (or 0xBA059B) is known color: Medium Violet Red. HEX triplet: BA, 05 and 9B. RGB value is (186,5,155). Sum of RGB (Red+Green+Blue) = 186+5+155=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA059B is #45FA64. Grayscale: #4B4B4B. Windows color (decimal): -4586085 or 10159546. OLE color: 10159546.

HSL color Cylindrical-coordinate representation of color #BA059B: hue angle of 310.28º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA059B is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 155 -
CMYK 0 0.97 0.17 0.27
HSL 310.28º 0.95% 0.37% -
HSV(B) 310.28º 0.97% 0.73% -
XYZ 26.22 12.91 32.12 -
YUV 76.22 172.47 206.3 -
System Red Green Blue C M Y K H S L
Decimal 186 5 155 0 0.97 0.17 0.27 310.28 0.95 0.37
Hex BA 5 9B 0 61 11 1B 136 5F 25
Octal 272 5 233 0 141 21 33 466 137 45
Binary 10111010 101 10011011 0 1100001 10001 11011 100110110 1011111 100101

Color Harmonies of #BA059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA059B

Black with #BA059B

Text Example


Text Example

White with #BA059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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