#B75C9E

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

Shades of Mulberry #B75C9E

Tints of Mulberry #B75C9E

Color information

#B75C9E (or 0xB75C9E) is unknown color: approx Mulberry. HEX triplet: B7, 5C and 9E. RGB value is (183,92,158). Sum of RGB (Red+Green+Blue) = 183+92+158=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C9E is #48A361. Grayscale: #7E7E7E. Windows color (decimal): -4760418 or 10378423. OLE color: 10378423.

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

Color convert

RGB18392158-
CMYK00.500.140.28
HSL316.48º38.72%53.92%-
HSV(B)316.48º49.73%71.76%-
XYZ29.5320.1934.69-
YUV126.73145.65168.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=42.26%
G=21.25%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839215800.500.140.28316.4838.7253.92
HexB75C9E032E1C13c2736
Octal26713423606216344744766
Binary101101111011100100111100110010111011100100111100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C9E; }

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

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

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

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

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

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

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

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