Html Css Color HEX #BA248C Medium Red Violet

📋 copy color: '#BA248C'

red 186 ◦ green 36 ◦ blue 140

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

Shades of Medium Red Violet #BA248C

Tints of Medium Red Violet #BA248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 51.38%
G = 9.94%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA248C (or 0xBA248C) is known color: Medium Red Violet. HEX triplet: BA, 24 and 8C. RGB value is (186,36,140). Sum of RGB (Red+Green+Blue) = 186+36+140=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA248C is #45DB73. Grayscale: #5C5C5C. Windows color (decimal): -4578164 or 9184442. OLE color: 9184442.

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

Color convert

RGB 186 36 140 -
CMYK 0 0.81 0.25 0.27
HSL 318.4º 0.68% 0.44% -
HSV(B) 318.4º 0.81% 0.73% -
XYZ 25.61 13.59 26.08 -
YUV 92.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 186 36 140 0 0.81 0.25 0.27 318.4 0.68 0.44
Hex BA 24 8C 0 51 19 1B 13E 44 2C
Octal 272 44 214 0 121 31 33 476 104 54
Binary 10111010 100100 10001100 0 1010001 11001 11011 100111110 1000100 101100

Color Harmonies of #BA248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA248C

Black with #BA248C

Text Example


Text Example

White with #BA248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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