Html Css Color HEX #BA249C Medium Red Violet

📋 copy color: '#BA249C'

red 186 ◦ green 36 ◦ blue 156

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

Shades of Medium Red Violet #BA249C

Tints of Medium Red Violet #BA249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 49.21%
G = 9.52%
B = 41.27%

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

#BA249C (or 0xBA249C) is known color: Medium Red Violet. HEX triplet: BA, 24 and 9C. RGB value is (186,36,156). Sum of RGB (Red+Green+Blue) = 186+36+156=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA249C is #45DB63. Grayscale: #5E5E5E. Windows color (decimal): -4578148 or 10233018. OLE color: 10233018.

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

Color convert

RGB 186 36 156 -
CMYK 0 0.81 0.16 0.27
HSL 312º 0.68% 0.44% -
HSV(B) 312º 0.81% 0.73% -
XYZ 26.88 14.1 32.76 -
YUV 94.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 186 36 156 0 0.81 0.16 0.27 312 0.68 0.44
Hex BA 24 9C 0 51 10 1B 138 44 2C
Octal 272 44 234 0 121 20 33 470 104 54
Binary 10111010 100100 10011100 0 1010001 10000 11011 100111000 1000100 101100

Color Harmonies of #BA249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA249C

Black with #BA249C

Text Example


Text Example

White with #BA249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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