#B65088

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

Shades of Mulberry #B65088

Tints of Mulberry #B65088

Color information

#B65088 (or 0xB65088) is unknown color: approx Mulberry. HEX triplet: B6, 50 and 88. RGB value is (182,80,136). Sum of RGB (Red+Green+Blue) = 182+80+136=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B65088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65088 is #49AF77. Grayscale: #747474. Windows color (decimal): -4829048 or 8933558. OLE color: 8933558.

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

Color convert

RGB18280136-
CMYK00.560.250.29
HSL327.06º41.13%51.37%-
HSV(B)327.06º56.04%71.37%-
XYZ26.617.4625.26-
YUV116.88138.79174.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=45.73%
G=20.10%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828013600.560.250.29327.0641.1351.37
HexB65088038191D1472933
Octal26612021007031355075163
Binary1011011010100001000100001110001100111101101000111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65088; }

 p { color: rgb(182,80,136); }

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

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

 a { background-color: rgb(182,80,136); }

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

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

 span { border-color: rgb(182,80,136); }

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