#B64C9E

Color #B64C9E Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B64C9E

Tints of Mulberry #B64C9E

Color information

#B64C9E (or 0xB64C9E) is unknown color: approx Mulberry. HEX triplet: B6, 4C and 9E. RGB value is (182,76,158). Sum of RGB (Red+Green+Blue) = 182+76+158=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C9E is #49B361. Grayscale: #747474. Windows color (decimal): -4830050 or 10374326. OLE color: 10374326.

HSL color Cylindrical-coordinate representation of color #B64C9E: hue angle of 313.58º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C9E is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18276158-
CMYK00.580.130.29
HSL313.58º42.06%50.59%-
HSV(B)313.58º58.24%71.37%-
XYZ28.0517.5834.26-
YUV117.04151.12174.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=43.75%
G=18.27%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827615800.580.130.29313.5842.0650.59
HexB64C9E03AD1D13a2a33
Octal26611423607215354725263
Binary101101101001100100111100111010110111101100111010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C9E; }

 p { color: rgb(182,76,158); }

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

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

 a { background-color: rgb(182,76,158); }

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

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

 span { border-color: rgb(182,76,158); }

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