#B6608F

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

Shades of Mulberry #B6608F

Tints of Mulberry #B6608F

Color information

#B6608F (or 0xB6608F) is unknown color: approx Mulberry. HEX triplet: B6, 60 and 8F. RGB value is (182,96,143). Sum of RGB (Red+Green+Blue) = 182+96+143=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6608F is #499F70. Grayscale: #7E7E7E. Windows color (decimal): -4824945 or 9396406. OLE color: 9396406.

HSL color Cylindrical-coordinate representation of color #B6608F: hue angle of 327.21º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6608F is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18296143-
CMYK00.470.210.29
HSL327.21º37.07%54.51%-
HSV(B)327.21º47.25%71.37%-
XYZ28.4320.2928.41-
YUV127.07136.99167.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=43.23%
G=22.80%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829614300.470.210.29327.2137.0754.51
HexB6608F02F151D1472537
Octal26614021705725355074567
Binary1011011011000001000111101011111010111101101000111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6608F; }

 p { color: rgb(182,96,143); }

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

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

 a { background-color: rgb(182,96,143); }

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

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

 span { border-color: rgb(182,96,143); }

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