#B7029E

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

Shades of Medium Violet Red #B7029E

Tints of Medium Violet Red #B7029E

Color information

#B7029E (or 0xB7029E) is unknown color: approx Medium Violet Red. HEX triplet: B7, 02 and 9E. RGB value is (183,2,158). Sum of RGB (Red+Green+Blue) = 183+2+158=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7029E is #48FD61. Grayscale: #494949. Windows color (decimal): -4783458 or 10355383. OLE color: 10355383.

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

Color convert

RGB1832158-
CMYK00.990.140.28
HSL308.29º97.84%36.27%-
HSV(B)308.29º98.91%71.76%-
XYZ25.7212.5833.42-
YUV73.9175.47205.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=53.35%
G=0.58%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183215800.990.140.28308.2997.8436.27
HexB729E063E1C1346224
Octal26722360143163446414244
Binary101101111010011110011000111110111001001101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7029E; }

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

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

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

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

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

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

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

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