Html Css Color HEX #BA2598 Medium Red Violet

📋 copy color: '#BA2598'

red 186 ◦ green 37 ◦ blue 152

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

Shades of Medium Red Violet #BA2598

Tints of Medium Red Violet #BA2598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

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

R = 49.6%
G = 9.87%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA2598 (or 0xBA2598) is known color: Medium Red Violet. HEX triplet: BA, 25 and 98. RGB value is (186,37,152). Sum of RGB (Red+Green+Blue) = 186+37+152=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2598 is #45DA67. Grayscale: #5E5E5E. Windows color (decimal): -4577896 or 9971130. OLE color: 9971130.

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

Color convert

RGB 186 37 152 -
CMYK 0 0.80 0.18 0.27
HSL 313.69º 0.67% 0.44% -
HSV(B) 313.69º 0.8% 0.73% -
XYZ 26.58 14.03 31.01 -
YUV 94.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 186 37 152 0 0.80 0.18 0.27 313.69 0.67 0.44
Hex BA 25 98 0 50 12 1B 13A 43 2C
Octal 272 45 230 0 120 22 33 472 103 54
Binary 10111010 100101 10011000 0 1010000 10010 11011 100111010 1000011 101100

Color Harmonies of #BA2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2598

Black with #BA2598

Text Example


Text Example

White with #BA2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2598; }

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

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

background-color css

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

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

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

border-color css

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

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

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