#b05098

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

Shades of Mulberry #B05098

Tints of Mulberry #B05098

Color information

#B05098 (or 0xB05098) is unknown color: approx Mulberry. HEX triplet: B0, 50 and 98. RGB value is (176,80,152). Sum of RGB (Red+Green+Blue) = 176+80+152=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05098 is #4FAF67. Grayscale: #747474. Windows color (decimal): -5222248 or 9982128. OLE color: 9982128.

HSL color Cylindrical-coordinate representation of color #B05098: hue angle of 315º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05098 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17680152-
CMYK00.550.140.31
HSL315º37.8%50.2%-
HSV(B)315º54.55%69.02%-
XYZ26.4417.2331.64-
YUV116.91147.8170.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=43.14%
G=19.61%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768015200.550.140.3131537.850.2
HexB05098037E1F13b2632
Octal26012023006716374734662
Binary101100001010000100110000110111111011111100111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05098; }

 p { color: rgb(176,80,152); }

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

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

 a { background-color: rgb(176,80,152); }

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

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

 span { border-color: rgb(176,80,152); }

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