#B93CA3

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

Shades of Medium Red Violet #B93CA3

Tints of Medium Red Violet #B93CA3

Color information

#B93CA3 (or 0xB93CA3) is unknown color: approx Medium Red Violet. HEX triplet: B9, 3C and A3. RGB value is (185,60,163). Sum of RGB (Red+Green+Blue) = 185+60+163=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B93CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93CA3 is #46C35C. Grayscale: #6C6C6C. Windows color (decimal): -4637533 or 10697913. OLE color: 10697913.

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

Color convert

RGB18560163-
CMYK00.680.120.27
HSL310.56º51.02%48.04%-
HSV(B)310.56º67.57%72.55%-
XYZ28.2316.1936.29-
YUV109.12158.41182.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 60 (23.83% from 255) = 14.71%
BLUE value IS 163 (64.06% from 255) = 39.95%
R=45.34%
G=14.71%
B=39.95%

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
Decimal1856016300.680.120.27310.5651.0248.04
HexB93CA3044C1B1373330
Octal27174243010414334676360
Binary101110011111001010001101000100110011011100110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93CA3; }

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

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

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

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

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

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

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

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