Html Css Color HEX #BA249F Medium Red Violet

📋 copy color: '#BA249F'

red 186 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #BA249F

Tints of Medium Red Violet #BA249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 48.82%
G = 9.45%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA249F (or 0xBA249F) is known color: Medium Red Violet. HEX triplet: BA, 24 and 9F. RGB value is (186,36,159). Sum of RGB (Red+Green+Blue) = 186+36+159=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA249F is #45DB60. Grayscale: #5E5E5E. Windows color (decimal): -4578145 or 10429626. OLE color: 10429626.

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

Color convert

RGB 186 36 159 -
CMYK 0 0.81 0.15 0.27
HSL 310.8º 0.68% 0.44% -
HSV(B) 310.8º 0.81% 0.73% -
XYZ 27.14 14.2 34.11 -
YUV 94.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 186 36 159 0 0.81 0.15 0.27 310.8 0.68 0.44
Hex BA 24 9F 0 51 F 1B 137 44 2C
Octal 272 44 237 0 121 17 33 467 104 54
Binary 10111010 100100 10011111 0 1010001 1111 11011 100110111 1000100 101100

Color Harmonies of #BA249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA249F

Black with #BA249F

Text Example


Text Example

White with #BA249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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