#B75C8D

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

Shades of Mulberry #B75C8D

Tints of Mulberry #B75C8D

Color information

#B75C8D (or 0xB75C8D) is unknown color: approx Mulberry. HEX triplet: B7, 5C and 8D. RGB value is (183,92,141). Sum of RGB (Red+Green+Blue) = 183+92+141=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C8D is #48A372. Grayscale: #7C7C7C. Windows color (decimal): -4760435 or 9264311. OLE color: 9264311.

HSL color Cylindrical-coordinate representation of color #B75C8D: hue angle of 327.69º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C8D is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18392141-
CMYK00.500.230.28
HSL327.69º38.72%53.92%-
HSV(B)327.69º49.73%71.76%-
XYZ28.1619.6427.51-
YUV124.8137.15169.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 92 (36.33% from 255) = 22.12%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=43.99%
G=22.12%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839214100.500.230.28327.6938.7253.92
HexB75C8D032171C1482736
Octal26713421506227345104766
Binary1011011110111001000110101100101011111100101001000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C8D; }

 p { color: rgb(183,92,141); }

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

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

 a { background-color: rgb(183,92,141); }

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

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

 span { border-color: rgb(183,92,141); }

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