#B4029D

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

Shades of Medium Violet Red #B4029D

Tints of Medium Violet Red #B4029D

Color information

#B4029D (or 0xB4029D) is unknown color: approx Medium Violet Red. HEX triplet: B4, 02 and 9D. RGB value is (180,2,157). Sum of RGB (Red+Green+Blue) = 180+2+157=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4029D is #4BFD62. Grayscale: #484848. Windows color (decimal): -4980067 or 10289844. OLE color: 10289844.

HSL color Cylindrical-coordinate representation of color #B4029D: hue angle of 307.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4029D is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB1802157-
CMYK00.990.130.29
HSL307.75º97.8%35.69%-
HSV(B)307.75º98.89%70.59%-
XYZ24.9312.1832.94-
YUV72.89175.47204.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=53.10%
G=0.59%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180215700.990.130.29307.7597.835.69
HexB429D063D1D1346224
Octal26422350143153546414244
Binary101101001010011101011000111101111011001101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4029D; }

 p { color: rgb(180,2,157); }

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

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

 a { background-color: rgb(180,2,157); }

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

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

 span { border-color: rgb(180,2,157); }

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