#B61B8E

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

Shades of Medium Violet Red #B61B8E

Tints of Medium Violet Red #B61B8E

Color information

#B61B8E (or 0xB61B8E) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1B and 8E. RGB value is (182,27,142). Sum of RGB (Red+Green+Blue) = 182+27+142=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61B8E is #49E471. Grayscale: #565656. Windows color (decimal): -4842610 or 9313206. OLE color: 9313206.

HSL color Cylindrical-coordinate representation of color #B61B8E: hue angle of 315.48º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B8E is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18227142-
CMYK00.850.220.29
HSL315.48º74.16%40.98%-
HSV(B)315.48º85.16%71.37%-
XYZ24.5712.6826.74-
YUV86.46159.35196.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 27 (10.94% from 255) = 7.69%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=51.85%
G=7.69%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822714200.850.220.29315.4874.1640.98
HexB61B8E055161D13b4a29
Octal266332160125263547311251
Binary1011011011011100011100101010110110111011001110111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B8E; }

 p { color: rgb(182,27,142); }

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

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

 a { background-color: rgb(182,27,142); }

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

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

 span { border-color: rgb(182,27,142); }

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