#B75C8E

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

Shades of Mulberry #B75C8E

Tints of Mulberry #B75C8E

Color information

#B75C8E (or 0xB75C8E) is unknown color: approx Mulberry. HEX triplet: B7, 5C and 8E. RGB value is (183,92,142). Sum of RGB (Red+Green+Blue) = 183+92+142=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C8E is #48A371. Grayscale: #7C7C7C. Windows color (decimal): -4760434 or 9329847. OLE color: 9329847.

HSL color Cylindrical-coordinate representation of color #B75C8E: hue angle of 327.03º 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 #B75C8E is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB18392142-
CMYK00.500.220.28
HSL327.03º38.72%53.92%-
HSV(B)327.03º49.73%71.76%-
XYZ28.2419.6727.9-
YUV124.91137.65169.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=43.88%
G=22.06%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839214200.500.220.28327.0338.7253.92
HexB75C8E032161C1472736
Octal26713421606226345074766
Binary1011011110111001000111001100101011011100101000111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C8E; }

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

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

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

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

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

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

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

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