Html Css Color HEX #BA0294 Medium Violet Red

📋 copy color: '#BA0294'

red 186 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #BA0294

Tints of Medium Violet Red #BA0294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 55.36%
G = 0.6%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA0294 (or 0xBA0294) is known color: Medium Violet Red. HEX triplet: BA, 02 and 94. RGB value is (186,2,148). Sum of RGB (Red+Green+Blue) = 186+2+148=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0294 is #45FD6B. Grayscale: #494949. Windows color (decimal): -4586860 or 9700026. OLE color: 9700026.

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

Color convert

RGB 186 2 148 -
CMYK 0 0.99 0.20 0.27
HSL 312.39º 0.98% 0.37% -
HSV(B) 312.39º 0.99% 0.73% -
XYZ 25.62 12.62 29.1 -
YUV 73.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 186 2 148 0 0.99 0.20 0.27 312.39 0.98 0.37
Hex BA 2 94 0 63 14 1B 138 62 25
Octal 272 2 224 0 143 24 33 470 142 45
Binary 10111010 10 10010100 0 1100011 10100 11011 100111000 1100010 100101

Color Harmonies of #BA0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0294

Black with #BA0294

Text Example


Text Example

White with #BA0294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0294; }

 p { color: rgb(186,2,148); }

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

background-color css

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

 a { background-color: rgb(186,2,148); }

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

border-color css

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

 span { border-color: rgb(186,2,148); }

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