Html Css Color HEX #BA058B Medium Violet Red

📋 copy color: '#BA058B'

red 186 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #BA058B

Tints of Medium Violet Red #BA058B

RGB

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

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

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

R = 56.36%
G = 1.52%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA058B (or 0xBA058B) is known color: Medium Violet Red. HEX triplet: BA, 05 and 8B. RGB value is (186,5,139). Sum of RGB (Red+Green+Blue) = 186+5+139=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA058B is #45FA74. Grayscale: #4A4A4A. Windows color (decimal): -4586101 or 9110970. OLE color: 9110970.

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

Color convert

RGB 186 5 139 -
CMYK 0 0.97 0.25 0.27
HSL 315.58º 0.95% 0.37% -
HSV(B) 315.58º 0.97% 0.73% -
XYZ 24.96 12.41 25.51 -
YUV 74.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 186 5 139 0 0.97 0.25 0.27 315.58 0.95 0.37
Hex BA 5 8B 0 61 19 1B 13C 5F 25
Octal 272 5 213 0 141 31 33 474 137 45
Binary 10111010 101 10001011 0 1100001 11001 11011 100111100 1011111 100101

Color Harmonies of #BA058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA058B

Black with #BA058B

Text Example


Text Example

White with #BA058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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