Html Css Color HEX #BA2485 Medium Red Violet

📋 copy color: '#BA2485'

red 186 ◦ green 36 ◦ blue 133

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

Shades of Medium Red Violet #BA2485

Tints of Medium Red Violet #BA2485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 52.39%
G = 10.14%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA2485 (or 0xBA2485) is known color: Medium Red Violet. HEX triplet: BA, 24 and 85. RGB value is (186,36,133). Sum of RGB (Red+Green+Blue) = 186+36+133=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2485 is #45DB7A. Grayscale: #5B5B5B. Windows color (decimal): -4578171 or 8725690. OLE color: 8725690.

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

Color convert

RGB 186 36 133 -
CMYK 0 0.81 0.28 0.27
HSL 321.2º 0.68% 0.44% -
HSV(B) 321.2º 0.81% 0.73% -
XYZ 25.11 13.39 23.45 -
YUV 91.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 186 36 133 0 0.81 0.28 0.27 321.2 0.68 0.44
Hex BA 24 85 0 51 1C 1B 141 44 2C
Octal 272 44 205 0 121 34 33 501 104 54
Binary 10111010 100100 10000101 0 1010001 11100 11011 101000001 1000100 101100

Color Harmonies of #BA2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2485

Black with #BA2485

Text Example


Text Example

White with #BA2485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2485; }

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

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

background-color css

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

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

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

border-color css

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

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

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