Html Css Color HEX #BA2098 Medium Violet Red

📋 copy color: '#BA2098'

red 186 ◦ green 32 ◦ blue 152

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

Shades of Medium Violet Red #BA2098

Tints of Medium Violet Red #BA2098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

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

R = 50.27%
G = 8.65%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA2098 (or 0xBA2098) is known color: Medium Violet Red. HEX triplet: BA, 20 and 98. RGB value is (186,32,152). Sum of RGB (Red+Green+Blue) = 186+32+152=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2098 is #45DF67. Grayscale: #5B5B5B. Windows color (decimal): -4579176 or 9969850. OLE color: 9969850.

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

Color convert

RGB 186 32 152 -
CMYK 0 0.83 0.18 0.27
HSL 313.25º 0.71% 0.43% -
HSV(B) 313.25º 0.83% 0.73% -
XYZ 26.43 13.74 30.96 -
YUV 91.73 162.02 195.24 -
System Red Green Blue C M Y K H S L
Decimal 186 32 152 0 0.83 0.18 0.27 313.25 0.71 0.43
Hex BA 20 98 0 53 12 1B 139 47 2B
Octal 272 40 230 0 123 22 33 471 107 53
Binary 10111010 100000 10011000 0 1010011 10010 11011 100111001 1000111 101011

Color Harmonies of #BA2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2098

Black with #BA2098

Text Example


Text Example

White with #BA2098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2098; }

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

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

background-color css

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

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

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

border-color css

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

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

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