#B188DD

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

Shades of Biloba Flower #B188DD

Tints of Biloba Flower #B188DD

Color information

#B188DD (or 0xB188DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 88 and DD. RGB value is (177,136,221). Sum of RGB (Red+Green+Blue) = 177+136+221=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #B188DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188DD is #4E7722. Grayscale: #9D9D9D. Windows color (decimal): -5142307 or 14518449. OLE color: 14518449.

HSL color Cylindrical-coordinate representation of color #B188DD: hue angle of 268.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B188DD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177136221-
CMYK0.200.3800.13
HSL268.94º55.56%70%-
HSV(B)268.94º38.46%86.67%-
XYZ39.9932.1872.51-
YUV157.95163.58141.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=33.15%
G=25.47%
B=41.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771362210.200.3800.13268.9455.5670
HexB188DD14260D10d3846
Octal261210335244601541570106
Binary10110001100010001101110110100100110011011000011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188DD; }

 p { color: rgb(177,136,221); }

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

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

 a { background-color: rgb(177,136,221); }

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

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

 span { border-color: rgb(177,136,221); }

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