#b93b7e

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

Shades of Medium Red Violet #B93B7E

Tints of Medium Red Violet #B93B7E

Color information

#B93B7E (or 0xB93B7E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3B and 7E. RGB value is (185,59,126). Sum of RGB (Red+Green+Blue) = 185+59+126=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B7E is #46C481. Grayscale: #686868. Windows color (decimal): -4637826 or 8272825. OLE color: 8272825.

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

Color convert

RGB18559126-
CMYK00.680.320.27
HSL328.1º51.64%47.84%-
HSV(B)328.1º68.11%72.55%-
XYZ25.3414.9521.29-
YUV104.31140.24185.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=50%
G=15.95%
B=34.05%

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
Decimal1855912600.680.320.27328.151.6447.84
HexB93B7E044201B1483430
Octal27173176010440335106460
Binary1011100111101111111100100010010000011011101001000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93b7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93b7e; }

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

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

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

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

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

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

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

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