#B75A9E

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

Shades of Mulberry #B75A9E

Tints of Mulberry #B75A9E

Color information

#B75A9E (or 0xB75A9E) is unknown color: approx Mulberry. HEX triplet: B7, 5A and 9E. RGB value is (183,90,158). Sum of RGB (Red+Green+Blue) = 183+90+158=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A9E is #48A561. Grayscale: #7D7D7D. Windows color (decimal): -4760930 or 10377911. OLE color: 10377911.

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

Color convert

RGB18390158-
CMYK00.510.140.28
HSL316.13º39.24%53.53%-
HSV(B)316.13º50.82%71.76%-
XYZ29.3619.8534.63-
YUV125.56146.31168.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=42.46%
G=20.88%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839015800.510.140.28316.1339.2453.53
HexB75A9E033E1C13c2736
Octal26713223606316344744766
Binary101101111011010100111100110011111011100100111100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A9E; }

 p { color: rgb(183,90,158); }

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

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

 a { background-color: rgb(183,90,158); }

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

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

 span { border-color: rgb(183,90,158); }

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