#B742A3

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

Shades of Mulberry #B742A3

Tints of Mulberry #B742A3

Color information

#B742A3 (or 0xB742A3) is unknown color: approx Mulberry. HEX triplet: B7, 42 and A3. RGB value is (183,66,163). Sum of RGB (Red+Green+Blue) = 183+66+163=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B742A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742A3 is #48BD5C. Grayscale: #6F6F6F. Windows color (decimal): -4767069 or 10699447. OLE color: 10699447.

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

Color convert

RGB18366163-
CMYK00.640.110.28
HSL310.26º46.99%48.82%-
HSV(B)310.26º63.93%71.76%-
XYZ28.0916.6136.38-
YUV112.04156.76178.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=44.42%
G=16.02%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836616300.640.110.28310.2646.9948.82
HexB742A3040B1C1362f31
Octal267102243010013344665761
Binary1011011110000101010001101000000101111100100110110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B742A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B742A3; }

 p { color: rgb(183,66,163); }

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

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

 a { background-color: rgb(183,66,163); }

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

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

 span { border-color: rgb(183,66,163); }

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