#BB6198

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

Shades of Mulberry #BB6198

Tints of Mulberry #BB6198

Color information

#BB6198 (or 0xBB6198) is unknown color: approx Mulberry. HEX triplet: BB, 61 and 98. RGB value is (187,97,152). Sum of RGB (Red+Green+Blue) = 187+97+152=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6198 is #449E67. Grayscale: #828282. Windows color (decimal): -4497000 or 9986491. OLE color: 9986491.

HSL color Cylindrical-coordinate representation of color #BB6198: hue angle of 323.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6198 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18797152-
CMYK00.480.190.27
HSL323.33º39.82%55.69%-
HSV(B)323.33º48.13%73.33%-
XYZ30.4421.3832.23-
YUV130.18140.32168.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=42.89%
G=22.25%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879715200.480.190.27323.3339.8255.69
HexBB6198030131B1432838
Octal27314123006023335035070
Binary1011101111000011001100001100001001111011101000011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6198; }

 p { color: rgb(187,97,152); }

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

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

 a { background-color: rgb(187,97,152); }

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

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

 span { border-color: rgb(187,97,152); }

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