#B6327B

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

Shades of Medium Red Violet #B6327B

Tints of Medium Red Violet #B6327B

Color information

#B6327B (or 0xB6327B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 32 and 7B. RGB value is (182,50,123). Sum of RGB (Red+Green+Blue) = 182+50+123=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6327B is #49CD84. Grayscale: #616161. Windows color (decimal): -4836741 or 8073910. OLE color: 8073910.

HSL color Cylindrical-coordinate representation of color #B6327B: hue angle of 326.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6327B is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18250123-
CMYK00.730.320.29
HSL326.82º56.9%45.49%-
HSV(B)326.82º72.53%71.37%-
XYZ24.0113.6620.11-
YUV97.79142.23188.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 50 (19.92% from 255) = 14.08%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=51.27%
G=14.08%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825012300.730.320.29326.8256.945.49
HexB6327B049201D147392d
Octal26662173011140355077155
Binary1011011011001011110110100100110000011101101000111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6327B; }

 p { color: rgb(182,50,123); }

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

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

 a { background-color: rgb(182,50,123); }

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

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

 span { border-color: rgb(182,50,123); }

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