Html Css Color HEX #BA2481 Medium Red Violet

📋 copy color: '#BA2481'

red 186 ◦ green 36 ◦ blue 129

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

Shades of Medium Red Violet #BA2481

Tints of Medium Red Violet #BA2481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.26%

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

R = 52.99%
G = 10.26%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA2481 (or 0xBA2481) is known color: Medium Red Violet. HEX triplet: BA, 24 and 81. RGB value is (186,36,129). Sum of RGB (Red+Green+Blue) = 186+36+129=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2481 is #45DB7E. Grayscale: #5B5B5B. Windows color (decimal): -4578175 or 8463546. OLE color: 8463546.

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

Color convert

RGB 186 36 129 -
CMYK 0 0.81 0.31 0.27
HSL 322.8º 0.68% 0.44% -
HSV(B) 322.8º 0.81% 0.73% -
XYZ 24.84 13.29 22.02 -
YUV 91.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 186 36 129 0 0.81 0.31 0.27 322.8 0.68 0.44
Hex BA 24 81 0 51 1F 1B 143 44 2C
Octal 272 44 201 0 121 37 33 503 104 54
Binary 10111010 100100 10000001 0 1010001 11111 11011 101000011 1000100 101100

Color Harmonies of #BA2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2481

Black with #BA2481

Text Example


Text Example

White with #BA2481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2481; }

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

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

background-color css

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

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

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

border-color css

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

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

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