#B75C9B

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

Shades of Mulberry #B75C9B

Tints of Mulberry #B75C9B

Color information

#B75C9B (or 0xB75C9B) is unknown color: approx Mulberry. HEX triplet: B7, 5C and 9B. RGB value is (183,92,155). Sum of RGB (Red+Green+Blue) = 183+92+155=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C9B is #48A364. Grayscale: #7E7E7E. Windows color (decimal): -4760421 or 10181815. OLE color: 10181815.

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

Color convert

RGB18392155-
CMYK00.500.150.28
HSL318.46º38.72%53.92%-
HSV(B)318.46º49.73%71.76%-
XYZ29.2720.0933.34-
YUV126.39144.15168.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=42.56%
G=21.40%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839215500.500.150.28318.4638.7253.92
HexB75C9B032F1C13e2736
Octal26713423306217344764766
Binary101101111011100100110110110010111111100100111110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C9B; }

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

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

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

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

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

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

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

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