Html Css Color HEX #BA2583 Medium Red Violet

📋 copy color: '#BA2583'

red 186 ◦ green 37 ◦ blue 131

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

Shades of Medium Red Violet #BA2583

Tints of Medium Red Violet #BA2583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 52.54%
G = 10.45%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA2583 (or 0xBA2583) is known color: Medium Red Violet. HEX triplet: BA, 25 and 83. RGB value is (186,37,131). Sum of RGB (Red+Green+Blue) = 186+37+131=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2583 is #45DA7C. Grayscale: #5C5C5C. Windows color (decimal): -4577917 or 8594874. OLE color: 8594874.

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

Color convert

RGB 186 37 131 -
CMYK 0 0.80 0.30 0.27
HSL 322.15º 0.67% 0.44% -
HSV(B) 322.15º 0.8% 0.73% -
XYZ 25.01 13.4 22.74 -
YUV 92.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 186 37 131 0 0.80 0.30 0.27 322.15 0.67 0.44
Hex BA 25 83 0 50 1E 1B 142 43 2C
Octal 272 45 203 0 120 36 33 502 103 54
Binary 10111010 100101 10000011 0 1010000 11110 11011 101000010 1000011 101100

Color Harmonies of #BA2583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2583

Black with #BA2583

Text Example


Text Example

White with #BA2583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2583; }

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

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

background-color css

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

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

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

border-color css

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

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

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