#B64296

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

Shades of Medium Red Violet #B64296

Tints of Medium Red Violet #B64296

Color information

#B64296 (or 0xB64296) is unknown color: approx Medium Red Violet. HEX triplet: B6, 42 and 96. RGB value is (182,66,150). Sum of RGB (Red+Green+Blue) = 182+66+150=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64296 is #49BD69. Grayscale: #6E6E6E. Windows color (decimal): -4832618 or 9847478. OLE color: 9847478.

HSL color Cylindrical-coordinate representation of color #B64296: hue angle of 316.55º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64296 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18266150-
CMYK00.640.180.29
HSL316.55º46.77%48.63%-
HSV(B)316.55º63.74%71.37%-
XYZ26.7416.0430.54-
YUV110.26150.43179.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=45.73%
G=16.58%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826615000.640.180.29316.5546.7748.63
HexB64296040121D13d2f31
Octal266102226010022354755761
Binary10110110100001010010110010000001001011101100111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64296; }

 p { color: rgb(182,66,150); }

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

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

 a { background-color: rgb(182,66,150); }

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

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

 span { border-color: rgb(182,66,150); }

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