#B93B7D

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

Shades of Medium Red Violet #B93B7D

Tints of Medium Red Violet #B93B7D

Color information

#B93B7D (or 0xB93B7D) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3B and 7D. RGB value is (185,59,125). Sum of RGB (Red+Green+Blue) = 185+59+125=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B7D is #46C482. Grayscale: #686868. Windows color (decimal): -4637827 or 8207289. OLE color: 8207289.

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

Color convert

RGB18559125-
CMYK00.680.320.27
HSL328.57º51.64%47.84%-
HSV(B)328.57º68.11%72.55%-
XYZ25.2714.9220.95-
YUV104.2139.74185.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=50.14%
G=15.99%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855912500.680.320.27328.5751.6447.84
HexB93B7D044201B1493430
Octal27173175010440335116460
Binary1011100111101111111010100010010000011011101001001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B7D; }

 p { color: rgb(185,59,125); }

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

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

 a { background-color: rgb(185,59,125); }

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

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

 span { border-color: rgb(185,59,125); }

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