Html Css Color HEX #BA248D Medium Red Violet

📋 copy color: '#BA248D'

red 186 ◦ green 36 ◦ blue 141

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

Shades of Medium Red Violet #BA248D

Tints of Medium Red Violet #BA248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 51.24%
G = 9.92%
B = 38.84%

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

#BA248D (or 0xBA248D) is known color: Medium Red Violet. HEX triplet: BA, 24 and 8D. RGB value is (186,36,141). Sum of RGB (Red+Green+Blue) = 186+36+141=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA248D is #45DB72. Grayscale: #5C5C5C. Windows color (decimal): -4578163 or 9249978. OLE color: 9249978.

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

Color convert

RGB 186 36 141 -
CMYK 0 0.81 0.24 0.27
HSL 318º 0.68% 0.44% -
HSV(B) 318º 0.81% 0.73% -
XYZ 25.69 13.62 26.48 -
YUV 92.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 186 36 141 0 0.81 0.24 0.27 318 0.68 0.44
Hex BA 24 8D 0 51 18 1B 13E 44 2C
Octal 272 44 215 0 121 30 33 476 104 54
Binary 10111010 100100 10001101 0 1010001 11000 11011 100111110 1000100 101100

Color Harmonies of #BA248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA248D

Black with #BA248D

Text Example


Text Example

White with #BA248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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