#B20294

Color #B20294 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B20294

Tints of Medium Violet Red #B20294

Color information

#B20294 (or 0xB20294) is unknown color: approx Medium Violet Red. HEX triplet: B2, 02 and 94. RGB value is (178,2,148). Sum of RGB (Red+Green+Blue) = 178+2+148=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B20294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20294 is #4DFD6B. Grayscale: #464646. Windows color (decimal): -5111148 or 9700018. OLE color: 9700018.

HSL color Cylindrical-coordinate representation of color #B20294: hue angle of 310.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20294 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB1782148-
CMYK00.990.170.30
HSL310.23º97.78%35.29%-
HSV(B)310.23º98.88%69.8%-
XYZ23.7311.6529.01-
YUV71.27171.31204.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=54.27%
G=0.61%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178214800.990.170.30310.2397.7835.29
HexB2294063111E1366223
Octal26222240143213646614243
Binary1011001010100101000110001110001111101001101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20294; }

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

 H1.HeaderClassName
 {
   color: #B20294;
 }
 .AnyTagClassName
 {
   color: #B20294;
 }
</style>
background-color css

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

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

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

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

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

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