#B92E86

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

Shades of Medium Red Violet #B92E86

Tints of Medium Red Violet #B92E86

Color information

#B92E86 (or 0xB92E86) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2E and 86. RGB value is (185,46,134). Sum of RGB (Red+Green+Blue) = 185+46+134=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92E86 is #46D179. Grayscale: #616161. Windows color (decimal): -4641146 or 8793785. OLE color: 8793785.

HSL color Cylindrical-coordinate representation of color #B92E86: hue angle of 322.01º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92E86 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18546134-
CMYK00.750.280.27
HSL322.01º60.17%45.29%-
HSV(B)322.01º75.14%72.55%-
XYZ25.2913.9923.92-
YUV97.59148.55190.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.68%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=50.68%
G=12.60%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854613400.750.280.27322.0160.1745.29
HexB92E8604B1C1B1423c2d
Octal27156206011334335027455
Binary1011100110111010000110010010111110011011101000010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E86; }

 p { color: rgb(185,46,134); }

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

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

 a { background-color: rgb(185,46,134); }

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

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

 span { border-color: rgb(185,46,134); }

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