Html Css Color HEX #BA247D Medium Red Violet

📋 copy color: '#BA247D'

red 186 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #BA247D

Tints of Medium Red Violet #BA247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 53.6%
G = 10.37%
B = 36.02%

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

#BA247D (or 0xBA247D) is known color: Medium Red Violet. HEX triplet: BA, 24 and 7D. RGB value is (186,36,125). Sum of RGB (Red+Green+Blue) = 186+36+125=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA247D is #45DB82. Grayscale: #5A5A5A. Windows color (decimal): -4578179 or 8201402. OLE color: 8201402.

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

Color convert

RGB 186 36 125 -
CMYK 0 0.81 0.33 0.27
HSL 324.4º 0.68% 0.44% -
HSV(B) 324.4º 0.81% 0.73% -
XYZ 24.58 13.18 20.65 -
YUV 91 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 186 36 125 0 0.81 0.33 0.27 324.4 0.68 0.44
Hex BA 24 7D 0 51 21 1B 144 44 2C
Octal 272 44 175 0 121 41 33 504 104 54
Binary 10111010 100100 1111101 0 1010001 100001 11011 101000100 1000100 101100

Color Harmonies of #BA247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA247D

Black with #BA247D

Text Example


Text Example

White with #BA247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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