#B7027C

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

Shades of Medium Violet Red #B7027C

Tints of Medium Violet Red #B7027C

Color information

#B7027C (or 0xB7027C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 02 and 7C. RGB value is (183,2,124). Sum of RGB (Red+Green+Blue) = 183+2+124=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7027C is #48FD83. Grayscale: #454545. Windows color (decimal): -4783492 or 8127159. OLE color: 8127159.

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

Color convert

RGB1832124-
CMYK00.990.320.28
HSL319.56º97.84%36.27%-
HSV(B)319.56º98.91%71.76%-
XYZ23.1911.5720.08-
YUV70.03158.47208.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=59.22%
G=0.65%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183212400.990.320.28319.5697.8436.27
HexB727C063201C1406224
Octal26721740143403450014244
Binary1011011110111110001100011100000111001010000001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7027C; }

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

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

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

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

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

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

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

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