#B65D9A

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

Shades of Mulberry #B65D9A

Tints of Mulberry #B65D9A

Color information

#B65D9A (or 0xB65D9A) is unknown color: approx Mulberry. HEX triplet: B6, 5D and 9A. RGB value is (182,93,154). Sum of RGB (Red+Green+Blue) = 182+93+154=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65D9A is #49A265. Grayscale: #7E7E7E. Windows color (decimal): -4825702 or 10116534. OLE color: 10116534.

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

Color convert

RGB18293154-
CMYK00.490.150.29
HSL318.88º37.87%53.92%-
HSV(B)318.88º48.9%71.37%-
XYZ29.0420.1132.92-
YUV126.56143.49167.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=42.42%
G=21.68%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829315400.490.150.29318.8837.8753.92
HexB65D9A031F1D13f2636
Octal26613523206117354774666
Binary101101101011101100110100110001111111101100111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D9A; }

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

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

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

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

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

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

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

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