#B75082

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

Shades of Mulberry #B75082

Tints of Mulberry #B75082

Color information

#B75082 (or 0xB75082) is unknown color: approx Mulberry. HEX triplet: B7, 50 and 82. RGB value is (183,80,130). Sum of RGB (Red+Green+Blue) = 183+80+130=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B75082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75082 is #48AF7D. Grayscale: #747474. Windows color (decimal): -4763518 or 8540343. OLE color: 8540343.

HSL color Cylindrical-coordinate representation of color #B75082: hue angle of 330.87º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75082 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB18380130-
CMYK00.560.290.28
HSL330.87º41.7%51.57%-
HSV(B)330.87º56.28%71.76%-
XYZ26.4317.4223.09-
YUV116.5135.62175.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=46.56%
G=20.36%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838013000.560.290.28330.8741.751.57
HexB750820381D1C14b2a34
Octal26712020207035345135264
Binary1011011110100001000001001110001110111100101001011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75082; }

 p { color: rgb(183,80,130); }

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

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

 a { background-color: rgb(183,80,130); }

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

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

 span { border-color: rgb(183,80,130); }

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