#B4029E

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

Shades of Medium Violet Red #B4029E

Tints of Medium Violet Red #B4029E

Color information

#B4029E (or 0xB4029E) is unknown color: approx Medium Violet Red. HEX triplet: B4, 02 and 9E. RGB value is (180,2,158). Sum of RGB (Red+Green+Blue) = 180+2+158=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4029E is #4BFD61. Grayscale: #484848. Windows color (decimal): -4980066 or 10355380. OLE color: 10355380.

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

Color convert

RGB1802158-
CMYK00.990.120.29
HSL307.42º97.8%35.69%-
HSV(B)307.42º98.89%70.59%-
XYZ25.0212.2233.39-
YUV73.01175.97204.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=52.94%
G=0.59%
B=46.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180215800.990.120.29307.4297.835.69
HexB429E063C1D1336224
Octal26422360143143546314244
Binary101101001010011110011000111100111011001100111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4029E; }

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

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

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

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

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

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

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

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