#B92D82

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

Shades of Medium Red Violet #B92D82

Tints of Medium Red Violet #B92D82

Color information

#B92D82 (or 0xB92D82) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2D and 82. RGB value is (185,45,130). Sum of RGB (Red+Green+Blue) = 185+45+130=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92D82 is #46D27D. Grayscale: #606060. Windows color (decimal): -4641406 or 8531385. OLE color: 8531385.

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

Color convert

RGB18545130-
CMYK00.760.300.27
HSL323.57º60.87%45.1%-
HSV(B)323.57º75.68%72.55%-
XYZ24.9813.822.47-
YUV96.55146.88191.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=51.39%
G=12.5%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854513000.760.300.27323.5760.8745.1
HexB92D8204C1E1B1443d2d
Octal27155202011436335047555
Binary1011100110110110000010010011001111011011101000100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D82; }

 p { color: rgb(185,45,130); }

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

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

 a { background-color: rgb(185,45,130); }

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

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

 span { border-color: rgb(185,45,130); }

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