#B65F90

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

Shades of Mulberry #B65F90

Tints of Mulberry #B65F90

Color information

#B65F90 (or 0xB65F90) is unknown color: approx Mulberry. HEX triplet: B6, 5F and 90. RGB value is (182,95,144). Sum of RGB (Red+Green+Blue) = 182+95+144=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F90 is #49A06F. Grayscale: #7E7E7E. Windows color (decimal): -4825200 or 9461686. OLE color: 9461686.

HSL color Cylindrical-coordinate representation of color #B65F90: hue angle of 326.21º degrees, saturation: 0.37, 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 #B65F90 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18295144-
CMYK00.480.210.29
HSL326.21º37.34%54.31%-
HSV(B)326.21º47.8%71.37%-
XYZ28.4220.1428.78-
YUV126.6137.82167.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=43.23%
G=22.57%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829514400.480.210.29326.2137.3454.31
HexB65F90030151D1462536
Octal26613722006025355064566
Binary1011011010111111001000001100001010111101101000110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F90; }

 p { color: rgb(182,95,144); }

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

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

 a { background-color: rgb(182,95,144); }

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

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

 span { border-color: rgb(182,95,144); }

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