#B93DA5

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

Shades of Medium Red Violet #B93DA5

Tints of Medium Red Violet #B93DA5

Color information

#B93DA5 (or 0xB93DA5) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3D and A5. RGB value is (185,61,165). Sum of RGB (Red+Green+Blue) = 185+61+165=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93DA5 is #46C25A. Grayscale: #6D6D6D. Windows color (decimal): -4637275 or 10829241. OLE color: 10829241.

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

Color convert

RGB18561165-
CMYK00.670.110.27
HSL309.68º50.41%48.24%-
HSV(B)309.68º67.03%72.55%-
XYZ28.4716.3737.26-
YUV109.93159.08181.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 61 (24.22% from 255) = 14.84%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=45.01%
G=14.84%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856116500.670.110.27309.6850.4148.24
HexB93DA5043B1B1363230
Octal27175245010313334666260
Binary101110011111011010010101000011101111011100110110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DA5; }

 p { color: rgb(185,61,165); }

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

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

 a { background-color: rgb(185,61,165); }

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

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

 span { border-color: rgb(185,61,165); }

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