Html Css Color HEX #BA2798 Medium Red Violet

📋 copy color: '#BA2798'

red 186 ◦ green 39 ◦ blue 152

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

Shades of Medium Red Violet #BA2798

Tints of Medium Red Violet #BA2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 49.34%
G = 10.34%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA2798 (or 0xBA2798) is known color: Medium Red Violet. HEX triplet: BA, 27 and 98. RGB value is (186,39,152). Sum of RGB (Red+Green+Blue) = 186+39+152=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2798 is #45D867. Grayscale: #5F5F5F. Windows color (decimal): -4577384 or 9971642. OLE color: 9971642.

HSL color Cylindrical-coordinate representation of color #BA2798: hue angle of 313.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2798 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 152 -
CMYK 0 0.79 0.18 0.27
HSL 313.88º 0.65% 0.44% -
HSV(B) 313.88º 0.79% 0.73% -
XYZ 26.64 14.16 31.03 -
YUV 95.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 186 39 152 0 0.79 0.18 0.27 313.88 0.65 0.44
Hex BA 27 98 0 4F 12 1B 13A 41 2C
Octal 272 47 230 0 117 22 33 472 101 54
Binary 10111010 100111 10011000 0 1001111 10010 11011 100111010 1000001 101100

Color Harmonies of #BA2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2798

Black with #BA2798

Text Example


Text Example

White with #BA2798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2798; }

 p { color: rgb(186,39,152); }

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

background-color css

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

 a { background-color: rgb(186,39,152); }

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

border-color css

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

 span { border-color: rgb(186,39,152); }

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