#B93CA2

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

Shades of Medium Red Violet #B93CA2

Tints of Medium Red Violet #B93CA2

Color information

#B93CA2 (or 0xB93CA2) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3C and A2. RGB value is (185,60,162). Sum of RGB (Red+Green+Blue) = 185+60+162=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B93CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93CA2 is #46C35D. Grayscale: #6C6C6C. Windows color (decimal): -4637534 or 10632377. OLE color: 10632377.

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

Color convert

RGB18560162-
CMYK00.680.120.27
HSL311.04º51.02%48.04%-
HSV(B)311.04º67.57%72.55%-
XYZ28.1516.1535.82-
YUV109157.91182.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 60 (23.83% from 255) = 14.74%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=45.45%
G=14.74%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856016200.680.120.27311.0451.0248.04
HexB93CA2044C1B1373330
Octal27174242010414334676360
Binary101110011111001010001001000100110011011100110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93CA2; }

 p { color: rgb(185,60,162); }

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

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

 a { background-color: rgb(185,60,162); }

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

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

 span { border-color: rgb(185,60,162); }

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