#B93E8D

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

Shades of Medium Red Violet #B93E8D

Tints of Medium Red Violet #B93E8D

Color information

#B93E8D (or 0xB93E8D) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3E and 8D. RGB value is (185,62,141). Sum of RGB (Red+Green+Blue) = 185+62+141=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93E8D is #46C172. Grayscale: #6B6B6B. Windows color (decimal): -4637043 or 9256633. OLE color: 9256633.

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

Color convert

RGB18562141-
CMYK00.660.240.27
HSL321.46º49.8%48.43%-
HSV(B)321.46º66.49%72.55%-
XYZ26.5415.6826.83-
YUV107.78146.75183.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=47.68%
G=15.98%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856214100.660.240.27321.4649.848.43
HexB93E8D042181B1413230
Octal27176215010230335016260
Binary1011100111111010001101010000101100011011101000001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E8D; }

 p { color: rgb(185,62,141); }

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

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

 a { background-color: rgb(185,62,141); }

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

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

 span { border-color: rgb(185,62,141); }

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