#B65093

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

Shades of Mulberry #B65093

Tints of Mulberry #B65093

Color information

#B65093 (or 0xB65093) is unknown color: approx Mulberry. HEX triplet: B6, 50 and 93. RGB value is (182,80,147). Sum of RGB (Red+Green+Blue) = 182+80+147=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B65093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65093 is #49AF6C. Grayscale: #757575. Windows color (decimal): -4829037 or 9654454. OLE color: 9654454.

HSL color Cylindrical-coordinate representation of color #B65093: hue angle of 320.59º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65093 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18280147-
CMYK00.560.190.29
HSL320.59º41.13%51.37%-
HSV(B)320.59º56.04%71.37%-
XYZ27.4317.7929.59-
YUV118.14144.29173.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=44.50%
G=19.56%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828014700.560.190.29320.5941.1351.37
HexB65093038131D1412933
Octal26612022307023355015163
Binary1011011010100001001001101110001001111101101000001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65093; }

 p { color: rgb(182,80,147); }

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

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

 a { background-color: rgb(182,80,147); }

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

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

 span { border-color: rgb(182,80,147); }

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