Html Css Color HEX #BA249D Medium Red Violet

📋 copy color: '#BA249D'

red 186 ◦ green 36 ◦ blue 157

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

Shades of Medium Red Violet #BA249D

Tints of Medium Red Violet #BA249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 49.08%
G = 9.5%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA249D (or 0xBA249D) is known color: Medium Red Violet. HEX triplet: BA, 24 and 9D. RGB value is (186,36,157). Sum of RGB (Red+Green+Blue) = 186+36+157=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA249D is #45DB62. Grayscale: #5E5E5E. Windows color (decimal): -4578147 or 10298554. OLE color: 10298554.

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

Color convert

RGB 186 36 157 -
CMYK 0 0.81 0.16 0.27
HSL 311.6º 0.68% 0.44% -
HSV(B) 311.6º 0.81% 0.73% -
XYZ 26.97 14.14 33.21 -
YUV 94.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 186 36 157 0 0.81 0.16 0.27 311.6 0.68 0.44
Hex BA 24 9D 0 51 10 1B 138 44 2C
Octal 272 44 235 0 121 20 33 470 104 54
Binary 10111010 100100 10011101 0 1010001 10000 11011 100111000 1000100 101100

Color Harmonies of #BA249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA249D

Black with #BA249D

Text Example


Text Example

White with #BA249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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