#B26194

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

Shades of Mulberry #B26194

Tints of Mulberry #B26194

Color information

#B26194 (or 0xB26194) is unknown color: approx Mulberry. HEX triplet: B2, 61 and 94. RGB value is (178,97,148). Sum of RGB (Red+Green+Blue) = 178+97+148=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B26194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26194 is #4D9E6B. Grayscale: #7E7E7E. Windows color (decimal): -5086828 or 9724338. OLE color: 9724338.

HSL color Cylindrical-coordinate representation of color #B26194: hue angle of 322.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26194 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17897148-
CMYK00.460.170.30
HSL322.22º34.47%53.92%-
HSV(B)322.22º45.51%69.8%-
XYZ27.9820.1530.43-
YUV127.03139.84164.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=42.08%
G=22.93%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789714800.460.170.30322.2234.4753.92
HexB2619402E111E1422236
Octal26214122405621365024266
Binary1011001011000011001010001011101000111110101000010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26194; }

 p { color: rgb(178,97,148); }

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

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

 a { background-color: rgb(178,97,148); }

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

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

 span { border-color: rgb(178,97,148); }

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