#B92D8C

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

Shades of Medium Red Violet #B92D8C

Tints of Medium Red Violet #B92D8C

Color information

#B92D8C (or 0xB92D8C) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2D and 8C. RGB value is (185,45,140). Sum of RGB (Red+Green+Blue) = 185+45+140=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92D8C is #46D273. Grayscale: #616161. Windows color (decimal): -4641396 or 9186745. OLE color: 9186745.

HSL color Cylindrical-coordinate representation of color #B92D8C: hue angle of 319.29º 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 #B92D8C is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18545140-
CMYK00.760.240.27
HSL319.29º60.87%45.1%-
HSV(B)319.29º75.68%72.55%-
XYZ25.6814.0826.18-
YUV97.69151.88190.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 12.16%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=50%
G=12.16%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854514000.760.240.27319.2960.8745.1
HexB92D8C04C181B13f3d2d
Octal27155214011430334777555
Binary1011100110110110001100010011001100011011100111111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D8C; }

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

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

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

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

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

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

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

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