#B65B9D

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

Shades of Mulberry #B65B9D

Tints of Mulberry #B65B9D

Color information

#B65B9D (or 0xB65B9D) is unknown color: approx Mulberry. HEX triplet: B6, 5B and 9D. RGB value is (182,91,157). Sum of RGB (Red+Green+Blue) = 182+91+157=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B9D is #49A462. Grayscale: #7D7D7D. Windows color (decimal): -4826211 or 10312630. OLE color: 10312630.

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

Color convert

RGB18291157-
CMYK00.50.140.29
HSL316.48º38.4%53.53%-
HSV(B)316.48º50%71.37%-
XYZ29.1219.8634.2-
YUV125.73145.65168.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=42.33%
G=21.16%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829115700.50.140.29316.4838.453.53
HexB65B9D032E1D13c2636
Octal26613323506216354744666
Binary101101101011011100111010110010111011101100111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B9D; }

 p { color: rgb(182,91,157); }

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

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

 a { background-color: rgb(182,91,157); }

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

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

 span { border-color: rgb(182,91,157); }

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