Html Css Color HEX #BA0698 Medium Violet Red

📋 copy color: '#BA0698'

red 186 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #BA0698

Tints of Medium Violet Red #BA0698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 54.07%
G = 1.74%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA0698 (or 0xBA0698) is known color: Medium Violet Red. HEX triplet: BA, 06 and 98. RGB value is (186,6,152). Sum of RGB (Red+Green+Blue) = 186+6+152=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0698 is #45F967. Grayscale: #4C4C4C. Windows color (decimal): -4585832 or 9963194. OLE color: 9963194.

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

Color convert

RGB 186 6 152 -
CMYK 0 0.97 0.18 0.27
HSL 311.33º 0.94% 0.38% -
HSV(B) 311.33º 0.97% 0.73% -
XYZ 25.98 12.84 30.81 -
YUV 76.46 170.63 206.13 -
System Red Green Blue C M Y K H S L
Decimal 186 6 152 0 0.97 0.18 0.27 311.33 0.94 0.38
Hex BA 6 98 0 61 12 1B 137 5E 26
Octal 272 6 230 0 141 22 33 467 136 46
Binary 10111010 110 10011000 0 1100001 10010 11011 100110111 1011110 100110

Color Harmonies of #BA0698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0698

Black with #BA0698

Text Example


Text Example

White with #BA0698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0698; }

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

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

background-color css

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

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

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

border-color css

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

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

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