Html Css Color HEX #BA298F Medium Red Violet

📋 copy color: '#BA298F'

red 186 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #BA298F

Tints of Medium Red Violet #BA298F

RGB

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

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

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

R = 50.27%
G = 11.08%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA298F (or 0xBA298F) is known color: Medium Red Violet. HEX triplet: BA, 29 and 8F. RGB value is (186,41,143). Sum of RGB (Red+Green+Blue) = 186+41+143=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA298F is #45D670. Grayscale: #5F5F5F. Windows color (decimal): -4576881 or 9382330. OLE color: 9382330.

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

Color convert

RGB 186 41 143 -
CMYK 0 0.78 0.23 0.27
HSL 317.79º 0.64% 0.45% -
HSV(B) 317.79º 0.78% 0.73% -
XYZ 26 14.01 27.32 -
YUV 95.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 186 41 143 0 0.78 0.23 0.27 317.79 0.64 0.45
Hex BA 29 8F 0 4E 17 1B 13E 40 2D
Octal 272 51 217 0 116 27 33 476 100 55
Binary 10111010 101001 10001111 0 1001110 10111 11011 100111110 1000000 101101

Color Harmonies of #BA298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA298F

Black with #BA298F

Text Example


Text Example

White with #BA298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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