#B61E8F

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

Shades of Medium Violet Red #B61E8F

Tints of Medium Violet Red #B61E8F

Color information

#B61E8F (or 0xB61E8F) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1E and 8F. RGB value is (182,30,143). Sum of RGB (Red+Green+Blue) = 182+30+143=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61E8F is #49E170. Grayscale: #585858. Windows color (decimal): -4841841 or 9379510. OLE color: 9379510.

HSL color Cylindrical-coordinate representation of color #B61E8F: hue angle of 315.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E8F is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18230143-
CMYK00.840.210.29
HSL315.39º71.7%41.57%-
HSV(B)315.39º83.52%71.37%-
XYZ24.7112.8627.17-
YUV88.33158.86194.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 30 (12.11% from 255) = 8.45%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=51.27%
G=8.45%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823014300.840.210.29315.3971.741.57
HexB61E8F054151D13b482a
Octal266362170124253547311052
Binary1011011011110100011110101010010101111011001110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E8F; }

 p { color: rgb(182,30,143); }

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

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

 a { background-color: rgb(182,30,143); }

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

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

 span { border-color: rgb(182,30,143); }

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