#B40094

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

Shades of Medium Violet Red #B40094

Tints of Medium Violet Red #B40094

Color information

#B40094 (or 0xB40094) is unknown color: approx Medium Violet Red. HEX triplet: B4, 00 and 94. RGB value is (180,0,148). Sum of RGB (Red+Green+Blue) = 180+0+148=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B40094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40094 is #4BFF6B. Grayscale: #464646. Windows color (decimal): -4980588 or 9699508. OLE color: 9699508.

HSL color Cylindrical-coordinate representation of color #B40094: hue angle of 310.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40094 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB1800148-
CMYK010.180.29
HSL310.67º100%35.29%-
HSV(B)310.67º100%70.59%-
XYZ24.1711.8429.03-
YUV70.69171.63205.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=54.88%
G=0%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1800148010.180.29310.6710035.29
HexB4094064121D1376423
Octal26402240144223546714443
Binary101101000100101000110010010010111011001101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40094; }

 p { color: rgb(180,0,148); }

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

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

 a { background-color: rgb(180,0,148); }

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

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

 span { border-color: rgb(180,0,148); }

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