#B93375

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

Shades of Medium Red Violet #B93375

Tints of Medium Red Violet #B93375

Color information

#B93375 (or 0xB93375) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and 75. RGB value is (185,51,117). Sum of RGB (Red+Green+Blue) = 185+51+117=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B93375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93375 is #46CC8A. Grayscale: #626262. Windows color (decimal): -4639883 or 7680953. OLE color: 7680953.

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

Color convert

RGB18551117-
CMYK00.720.370.27
HSL330.45º56.78%46.27%-
HSV(B)330.45º72.43%72.55%-
XYZ24.413.9718.24-
YUV98.59138.39189.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=52.41%
G=14.45%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855111700.720.370.27330.4556.7846.27
HexB93375048251B14a392e
Octal27163165011045335127156
Binary1011100111001111101010100100010010111011101001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93375; }

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

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

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

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

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

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

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

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