Html Css Color HEX #BA248F Medium Red Violet

📋 copy color: '#BA248F'

red 186 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #BA248F

Tints of Medium Red Violet #BA248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 50.96%
G = 9.86%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA248F (or 0xBA248F) is known color: Medium Red Violet. HEX triplet: BA, 24 and 8F. RGB value is (186,36,143). Sum of RGB (Red+Green+Blue) = 186+36+143=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA248F is #45DB70. Grayscale: #5C5C5C. Windows color (decimal): -4578161 or 9381050. OLE color: 9381050.

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

Color convert

RGB 186 36 143 -
CMYK 0 0.81 0.23 0.27
HSL 317.2º 0.68% 0.44% -
HSV(B) 317.2º 0.81% 0.73% -
XYZ 25.84 13.68 27.27 -
YUV 93.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 186 36 143 0 0.81 0.23 0.27 317.2 0.68 0.44
Hex BA 24 8F 0 51 17 1B 13D 44 2C
Octal 272 44 217 0 121 27 33 475 104 54
Binary 10111010 100100 10001111 0 1010001 10111 11011 100111101 1000100 101100

Color Harmonies of #BA248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA248F

Black with #BA248F

Text Example


Text Example

White with #BA248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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