Html Css Color HEX #BA248E Medium Red Violet

📋 copy color: '#BA248E'

red 186 ◦ green 36 ◦ blue 142

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

Shades of Medium Red Violet #BA248E

Tints of Medium Red Violet #BA248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 51.1%
G = 9.89%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA248E (or 0xBA248E) is known color: Medium Red Violet. HEX triplet: BA, 24 and 8E. RGB value is (186,36,142). Sum of RGB (Red+Green+Blue) = 186+36+142=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA248E is #45DB71. Grayscale: #5C5C5C. Windows color (decimal): -4578162 or 9315514. OLE color: 9315514.

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

Color convert

RGB 186 36 142 -
CMYK 0 0.81 0.24 0.27
HSL 317.6º 0.68% 0.44% -
HSV(B) 317.6º 0.81% 0.73% -
XYZ 25.76 13.65 26.87 -
YUV 92.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 186 36 142 0 0.81 0.24 0.27 317.6 0.68 0.44
Hex BA 24 8E 0 51 18 1B 13E 44 2C
Octal 272 44 216 0 121 30 33 476 104 54
Binary 10111010 100100 10001110 0 1010001 11000 11011 100111110 1000100 101100

Color Harmonies of #BA248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA248E

Black with #BA248E

Text Example


Text Example

White with #BA248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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