#B743A0

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

Shades of Mulberry #B743A0

Tints of Mulberry #B743A0

Color information

#B743A0 (or 0xB743A0) is unknown color: approx Mulberry. HEX triplet: B7, 43 and A0. RGB value is (183,67,160). Sum of RGB (Red+Green+Blue) = 183+67+160=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B743A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B743A0 is #48BC5F. Grayscale: #707070. Windows color (decimal): -4766816 or 10503095. OLE color: 10503095.

HSL color Cylindrical-coordinate representation of color #B743A0: hue angle of 311.9º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B743A0 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18367160-
CMYK00.630.130.28
HSL311.9º46.4%49.02%-
HSV(B)311.9º63.39%71.76%-
XYZ27.8816.6235-
YUV112.29154.93178.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 67 (26.56% from 255) = 16.34%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=44.63%
G=16.34%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836716000.630.130.28311.946.449.02
HexB743A003FD1C1382e31
Octal26710324007715344705661
Binary101101111000011101000000111111110111100100111000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B743A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B743A0; }

 p { color: rgb(183,67,160); }

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

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

 a { background-color: rgb(183,67,160); }

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

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

 span { border-color: rgb(183,67,160); }

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