#B61089

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

Shades of Medium Violet Red #B61089

Tints of Medium Violet Red #B61089

Color information

#B61089 (or 0xB61089) is unknown color: approx Medium Violet Red. HEX triplet: B6, 10 and 89. RGB value is (182,16,137). Sum of RGB (Red+Green+Blue) = 182+16+137=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B61089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61089 is #49EF76. Grayscale: #4F4F4F. Windows color (decimal): -4845431 or 8982710. OLE color: 8982710.

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

Color convert

RGB18216137-
CMYK00.910.250.29
HSL316.27º83.84%38.82%-
HSV(B)316.27º91.21%71.37%-
XYZ23.9912.1224.74-
YUV79.43160.5201.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 16 (6.64% from 255) = 4.78%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=54.33%
G=4.78%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821613700.910.250.29316.2783.8438.82
HexB6108905B191D13c5427
Octal266202110133313547412447
Binary1011011010000100010010101101111001111011001111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61089; }

 p { color: rgb(182,16,137); }

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

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

 a { background-color: rgb(182,16,137); }

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

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

 span { border-color: rgb(182,16,137); }

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