#B938A6

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

Shades of Medium Red Violet #B938A6

Tints of Medium Red Violet #B938A6

Color information

#B938A6 (or 0xB938A6) is unknown color: approx Medium Red Violet. HEX triplet: B9, 38 and A6. RGB value is (185,56,166). Sum of RGB (Red+Green+Blue) = 185+56+166=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B938A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B938A6 is #46C759. Grayscale: #6A6A6A. Windows color (decimal): -4638554 or 10893497. OLE color: 10893497.

HSL color Cylindrical-coordinate representation of color #B938A6: hue angle of 308.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B938A6 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18556166-
CMYK00.700.100.27
HSL308.84º53.53%47.25%-
HSV(B)308.84º69.73%72.55%-
XYZ28.315.937.65-
YUV107.11161.24183.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 166 (65.23% from 255) = 40.79%
R=45.45%
G=13.76%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855616600.700.100.27308.8453.5347.25
HexB938A6046A1B135362f
Octal27170246010612334656657
Binary101110011110001010011001000110101011011100110101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B938A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B938A6; }

 p { color: rgb(185,56,166); }

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

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

 a { background-color: rgb(185,56,166); }

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

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

 span { border-color: rgb(185,56,166); }

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