#B93A82

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

Shades of Medium Red Violet #B93A82

Tints of Medium Red Violet #B93A82

Color information

#B93A82 (or 0xB93A82) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3A and 82. RGB value is (185,58,130). Sum of RGB (Red+Green+Blue) = 185+58+130=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93A82 is #46C57D. Grayscale: #686868. Windows color (decimal): -4638078 or 8534713. OLE color: 8534713.

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

Color convert

RGB18558130-
CMYK00.690.300.27
HSL325.98º52.26%47.65%-
HSV(B)325.98º68.65%72.55%-
XYZ25.5514.9522.66-
YUV104.18142.58185.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=49.60%
G=15.55%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855813000.690.300.27325.9852.2647.65
HexB93A820451E1B1463430
Octal27172202010536335066460
Binary1011100111101010000010010001011111011011101000110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A82; }

 p { color: rgb(185,58,130); }

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

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

 a { background-color: rgb(185,58,130); }

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

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

 span { border-color: rgb(185,58,130); }

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