Html Css Color HEX #BA247C Medium Red Violet

📋 copy color: '#BA247C'

red 186 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #BA247C

Tints of Medium Red Violet #BA247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 53.76%
G = 10.4%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA247C (or 0xBA247C) is known color: Medium Red Violet. HEX triplet: BA, 24 and 7C. RGB value is (186,36,124). Sum of RGB (Red+Green+Blue) = 186+36+124=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA247C is #45DB83. Grayscale: #5A5A5A. Windows color (decimal): -4578180 or 8135866. OLE color: 8135866.

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

Color convert

RGB 186 36 124 -
CMYK 0 0.81 0.33 0.27
HSL 324.8º 0.68% 0.44% -
HSV(B) 324.8º 0.81% 0.73% -
XYZ 24.52 13.16 20.32 -
YUV 90.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 186 36 124 0 0.81 0.33 0.27 324.8 0.68 0.44
Hex BA 24 7C 0 51 21 1B 145 44 2C
Octal 272 44 174 0 121 41 33 505 104 54
Binary 10111010 100100 1111100 0 1010001 100001 11011 101000101 1000100 101100

Color Harmonies of #BA247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA247C

Black with #BA247C

Text Example


Text Example

White with #BA247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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