Html Css Color HEX #BA2581 Medium Red Violet

📋 copy color: '#BA2581'

red 186 ◦ green 37 ◦ blue 129

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

Shades of Medium Red Violet #BA2581

Tints of Medium Red Violet #BA2581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

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

R = 52.84%
G = 10.51%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA2581 (or 0xBA2581) is known color: Medium Red Violet. HEX triplet: BA, 25 and 81. RGB value is (186,37,129). Sum of RGB (Red+Green+Blue) = 186+37+129=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2581 is #45DA7E. Grayscale: #5B5B5B. Windows color (decimal): -4577919 or 8463802. OLE color: 8463802.

HSL color Cylindrical-coordinate representation of color #BA2581: hue angle of 322.95º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2581 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 129 -
CMYK 0 0.80 0.31 0.27
HSL 322.95º 0.67% 0.44% -
HSV(B) 322.95º 0.8% 0.73% -
XYZ 24.87 13.35 22.03 -
YUV 92.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 186 37 129 0 0.80 0.31 0.27 322.95 0.67 0.44
Hex BA 25 81 0 50 1F 1B 143 43 2C
Octal 272 45 201 0 120 37 33 503 103 54
Binary 10111010 100101 10000001 0 1010000 11111 11011 101000011 1000011 101100

Color Harmonies of #BA2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2581

Black with #BA2581

Text Example


Text Example

White with #BA2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2581; }

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

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

background-color css

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

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

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

border-color css

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

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

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