#B75A9D

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

Shades of Mulberry #B75A9D

Tints of Mulberry #B75A9D

Color information

#B75A9D (or 0xB75A9D) is unknown color: approx Mulberry. HEX triplet: B7, 5A and 9D. RGB value is (183,90,157). Sum of RGB (Red+Green+Blue) = 183+90+157=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A9D is #48A562. Grayscale: #7D7D7D. Windows color (decimal): -4760931 or 10312375. OLE color: 10312375.

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

Color convert

RGB18390157-
CMYK00.510.140.28
HSL316.77º39.24%53.53%-
HSV(B)316.77º50.82%71.76%-
XYZ29.2719.8134.18-
YUV125.44145.81169.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=42.56%
G=20.93%
B=36.51%

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
Decimal1839015700.510.140.28316.7739.2453.53
HexB75A9D033E1C13d2736
Octal26713223506316344754766
Binary101101111011010100111010110011111011100100111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A9D; }

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

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

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

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

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

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

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

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