#B93475

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

Shades of Medium Red Violet #B93475

Tints of Medium Red Violet #B93475

Color information

#B93475 (or 0xB93475) is unknown color: approx Medium Red Violet. HEX triplet: B9, 34 and 75. RGB value is (185,52,117). Sum of RGB (Red+Green+Blue) = 185+52+117=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B93475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93475 is #46CB8A. Grayscale: #636363. Windows color (decimal): -4639627 or 7681209. OLE color: 7681209.

HSL color Cylindrical-coordinate representation of color #B93475: hue angle of 330.68º degrees, saturation: 0.56, 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 #B93475 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18552117-
CMYK00.720.370.27
HSL330.68º56.12%46.47%-
HSV(B)330.68º71.89%72.55%-
XYZ24.4514.0518.25-
YUV99.18138.06189.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=52.26%
G=14.69%
B=33.05%

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
Decimal1855211700.720.370.27330.6856.1246.47
HexB93475048251B14b382e
Octal27164165011045335137056
Binary1011100111010011101010100100010010111011101001011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93475; }

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

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

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

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

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

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

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

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