Html Css Color HEX #BA298D Medium Red Violet

📋 copy color: '#BA298D'

red 186 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #BA298D

Tints of Medium Red Violet #BA298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

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

R = 50.54%
G = 11.14%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA298D (or 0xBA298D) is known color: Medium Red Violet. HEX triplet: BA, 29 and 8D. RGB value is (186,41,141). Sum of RGB (Red+Green+Blue) = 186+41+141=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA298D is #45D672. Grayscale: #5F5F5F. Windows color (decimal): -4576883 or 9251258. OLE color: 9251258.

HSL color Cylindrical-coordinate representation of color #BA298D: hue angle of 318.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA298D is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 141 -
CMYK 0 0.78 0.24 0.27
HSL 318.62º 0.64% 0.45% -
HSV(B) 318.62º 0.78% 0.73% -
XYZ 25.85 13.95 26.53 -
YUV 95.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 186 41 141 0 0.78 0.24 0.27 318.62 0.64 0.45
Hex BA 29 8D 0 4E 18 1B 13F 40 2D
Octal 272 51 215 0 116 30 33 477 100 55
Binary 10111010 101001 10001101 0 1001110 11000 11011 100111111 1000000 101101

Color Harmonies of #BA298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA298D

Black with #BA298D

Text Example


Text Example

White with #BA298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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