#B65F9C

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

Shades of Mulberry #B65F9C

Tints of Mulberry #B65F9C

Color information

#B65F9C (or 0xB65F9C) is unknown color: approx Mulberry. HEX triplet: B6, 5F and 9C. RGB value is (182,95,156). Sum of RGB (Red+Green+Blue) = 182+95+156=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F9C is #49A063. Grayscale: #7F7F7F. Windows color (decimal): -4825188 or 10248118. OLE color: 10248118.

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

Color convert

RGB18295156-
CMYK00.480.140.29
HSL317.93º37.34%54.31%-
HSV(B)317.93º47.8%71.37%-
XYZ29.3820.5333.87-
YUV127.97143.82166.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=42.03%
G=21.94%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829515600.480.140.29317.9337.3454.31
HexB65F9C030E1D13e2536
Octal26613723406016354764566
Binary101101101011111100111000110000111011101100111110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F9C; }

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

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

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

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

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

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

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

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