#B65E9A

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

Shades of Mulberry #B65E9A

Tints of Mulberry #B65E9A

Color information

#B65E9A (or 0xB65E9A) is unknown color: approx Mulberry. HEX triplet: B6, 5E and 9A. RGB value is (182,94,154). Sum of RGB (Red+Green+Blue) = 182+94+154=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E9A is #49A165. Grayscale: #7F7F7F. Windows color (decimal): -4825446 or 10116790. OLE color: 10116790.

HSL color Cylindrical-coordinate representation of color #B65E9A: hue angle of 319.09º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65E9A is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18294154-
CMYK00.480.150.29
HSL319.09º37.61%54.12%-
HSV(B)319.09º48.35%71.37%-
XYZ29.1320.2832.95-
YUV127.15143.15167.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 94 (37.11% from 255) = 21.86%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=42.33%
G=21.86%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829415400.480.150.29319.0937.6154.12
HexB65E9A030F1D13f2636
Octal26613623206017354774666
Binary101101101011110100110100110000111111101100111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E9A; }

 p { color: rgb(182,94,154); }

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

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

 a { background-color: rgb(182,94,154); }

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

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

 span { border-color: rgb(182,94,154); }

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