#B92D8B

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

Shades of Medium Red Violet #B92D8B

Tints of Medium Red Violet #B92D8B

Color information

#B92D8B (or 0xB92D8B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 2D and 8B. RGB value is (185,45,139). Sum of RGB (Red+Green+Blue) = 185+45+139=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92D8B is #46D274. Grayscale: #616161. Windows color (decimal): -4641397 or 9121209. OLE color: 9121209.

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

Color convert

RGB18545139-
CMYK00.760.250.27
HSL319.71º60.87%45.1%-
HSV(B)319.71º75.68%72.55%-
XYZ25.6114.0625.79-
YUV97.58151.38190.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 45 (17.97% from 255) = 12.20%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=50.14%
G=12.20%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854513900.760.250.27319.7160.8745.1
HexB92D8B04C191B1403d2d
Octal27155213011431335007555
Binary1011100110110110001011010011001100111011101000000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D8B; }

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

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

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

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

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

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

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

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