Html Css Color HEX #BA0198 Medium Violet Red

📋 copy color: '#BA0198'

red 186 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #BA0198

Tints of Medium Violet Red #BA0198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 54.87%
G = 0.29%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA0198 (or 0xBA0198) is known color: Medium Violet Red. HEX triplet: BA, 01 and 98. RGB value is (186,1,152). Sum of RGB (Red+Green+Blue) = 186+1+152=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0198 is #45FE67. Grayscale: #494949. Windows color (decimal): -4587112 or 9961914. OLE color: 9961914.

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

Color convert

RGB 186 1 152 -
CMYK 0 0.99 0.18 0.27
HSL 311.03º 0.99% 0.37% -
HSV(B) 311.03º 0.99% 0.73% -
XYZ 25.93 12.73 30.8 -
YUV 73.53 172.29 208.22 -
System Red Green Blue C M Y K H S L
Decimal 186 1 152 0 0.99 0.18 0.27 311.03 0.99 0.37
Hex BA 1 98 0 63 12 1B 137 63 25
Octal 272 1 230 0 143 22 33 467 143 45
Binary 10111010 1 10011000 0 1100011 10010 11011 100110111 1100011 100101

Color Harmonies of #BA0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0198

Black with #BA0198

Text Example


Text Example

White with #BA0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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