#B92375

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

Shades of Medium Red Violet #B92375

Tints of Medium Red Violet #B92375

Color information

#B92375 (or 0xB92375) is unknown color: approx Medium Red Violet. HEX triplet: B9, 23 and 75. RGB value is (185,35,117). Sum of RGB (Red+Green+Blue) = 185+35+117=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B92375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92375 is #46DC8A. Grayscale: #595959. Windows color (decimal): -4643979 or 7676857. OLE color: 7676857.

HSL color Cylindrical-coordinate representation of color #B92375: hue angle of 327.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92375 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18535117-
CMYK00.810.370.27
HSL327.2º68.18%43.14%-
HSV(B)327.2º81.08%72.55%-
XYZ23.8212.818.04-
YUV89.2143.7196.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=54.90%
G=10.39%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853511700.810.370.27327.268.1843.14
HexB92375051251B147442b
Octal271431650121453350710453
Binary10111001100011111010101010001100101110111010001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92375; }

 p { color: rgb(185,35,117); }

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

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

 a { background-color: rgb(185,35,117); }

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

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

 span { border-color: rgb(185,35,117); }

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