Html Css Color HEX #BA2198 Medium Violet Red

📋 copy color: '#BA2198'

red 186 ◦ green 33 ◦ blue 152

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

Shades of Medium Violet Red #BA2198

Tints of Medium Violet Red #BA2198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.89%

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

R = 50.13%
G = 8.89%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA2198 (or 0xBA2198) is known color: Medium Violet Red. HEX triplet: BA, 21 and 98. RGB value is (186,33,152). Sum of RGB (Red+Green+Blue) = 186+33+152=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2198 is #45DE67. Grayscale: #5B5B5B. Windows color (decimal): -4578920 or 9970106. OLE color: 9970106.

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

Color convert

RGB 186 33 152 -
CMYK 0 0.82 0.18 0.27
HSL 313.33º 0.7% 0.43% -
HSV(B) 313.33º 0.82% 0.73% -
XYZ 26.46 13.79 30.97 -
YUV 92.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 186 33 152 0 0.82 0.18 0.27 313.33 0.7 0.43
Hex BA 21 98 0 52 12 1B 139 46 2B
Octal 272 41 230 0 122 22 33 471 106 53
Binary 10111010 100001 10011000 0 1010010 10010 11011 100111001 1000110 101011

Color Harmonies of #BA2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2198

Black with #BA2198

Text Example


Text Example

White with #BA2198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2198; }

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

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

background-color css

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

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

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

border-color css

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

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

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