Html Css Color HEX #BA298A Medium Red Violet

📋 copy color: '#BA298A'

red 186 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #BA298A

Tints of Medium Red Violet #BA298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 50.96%
G = 11.23%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA298A (or 0xBA298A) is known color: Medium Red Violet. HEX triplet: BA, 29 and 8A. RGB value is (186,41,138). Sum of RGB (Red+Green+Blue) = 186+41+138=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA298A is #45D675. Grayscale: #5F5F5F. Windows color (decimal): -4576886 or 9054650. OLE color: 9054650.

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

Color convert

RGB 186 41 138 -
CMYK 0 0.78 0.26 0.27
HSL 319.86º 0.64% 0.45% -
HSV(B) 319.86º 0.78% 0.73% -
XYZ 25.63 13.86 25.37 -
YUV 95.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 186 41 138 0 0.78 0.26 0.27 319.86 0.64 0.45
Hex BA 29 8A 0 4E 1A 1B 140 40 2D
Octal 272 51 212 0 116 32 33 500 100 55
Binary 10111010 101001 10001010 0 1001110 11010 11011 101000000 1000000 101101

Color Harmonies of #BA298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA298A

Black with #BA298A

Text Example


Text Example

White with #BA298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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