Html Css Color HEX #BA0192 Medium Violet Red

📋 copy color: '#BA0192'

red 186 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #BA0192

Tints of Medium Violet Red #BA0192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 55.86%
G = 0.3%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA0192 (or 0xBA0192) is known color: Medium Violet Red. HEX triplet: BA, 01 and 92. RGB value is (186,1,146). Sum of RGB (Red+Green+Blue) = 186+1+146=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0192 is #45FE6D. Grayscale: #484848. Windows color (decimal): -4587118 or 9568698. OLE color: 9568698.

HSL color Cylindrical-coordinate representation of color #BA0192: hue angle of 312.97º 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 #BA0192 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 146 -
CMYK 0 0.99 0.22 0.27
HSL 312.97º 0.99% 0.37% -
HSV(B) 312.97º 0.99% 0.73% -
XYZ 25.45 12.54 28.27 -
YUV 72.85 169.29 208.71 -
System Red Green Blue C M Y K H S L
Decimal 186 1 146 0 0.99 0.22 0.27 312.97 0.99 0.37
Hex BA 1 92 0 63 16 1B 139 63 25
Octal 272 1 222 0 143 26 33 471 143 45
Binary 10111010 1 10010010 0 1100011 10110 11011 100111001 1100011 100101

Color Harmonies of #BA0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0192

Black with #BA0192

Text Example


Text Example

White with #BA0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0192; }

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

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

background-color css

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

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

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

border-color css

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

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

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