Html Css Color HEX #BA0581 Medium Violet Red

📋 copy color: '#BA0581'

red 186 ◦ green 5 ◦ blue 129

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

Shades of Medium Violet Red #BA0581

Tints of Medium Violet Red #BA0581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 58.13%
G = 1.56%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA0581 (or 0xBA0581) is known color: Medium Violet Red. HEX triplet: BA, 05 and 81. RGB value is (186,5,129). Sum of RGB (Red+Green+Blue) = 186+5+129=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0581 is #45FA7E. Grayscale: #484848. Windows color (decimal): -4586111 or 8455610. OLE color: 8455610.

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

Color convert

RGB 186 5 129 -
CMYK 0 0.97 0.31 0.27
HSL 318.9º 0.95% 0.37% -
HSV(B) 318.9º 0.97% 0.73% -
XYZ 24.27 12.13 21.83 -
YUV 73.26 159.47 208.42 -
System Red Green Blue C M Y K H S L
Decimal 186 5 129 0 0.97 0.31 0.27 318.9 0.95 0.37
Hex BA 5 81 0 61 1F 1B 13F 5F 25
Octal 272 5 201 0 141 37 33 477 137 45
Binary 10111010 101 10000001 0 1100001 11111 11011 100111111 1011111 100101

Color Harmonies of #BA0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0581

Black with #BA0581

Text Example


Text Example

White with #BA0581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0581; }

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

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

background-color css

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

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

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

border-color css

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

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

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