#B189DD

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

Shades of Biloba Flower #B189DD

Tints of Biloba Flower #B189DD

Color information

#B189DD (or 0xB189DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and DD. RGB value is (177,137,221). Sum of RGB (Red+Green+Blue) = 177+137+221=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B189DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189DD is #4E7622. Grayscale: #9E9E9E. Windows color (decimal): -5142051 or 14518705. OLE color: 14518705.

HSL color Cylindrical-coordinate representation of color #B189DD: hue angle of 268.57º degrees, saturation: 0.55, 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 #B189DD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177137221-
CMYK0.200.3800.13
HSL268.57º55.26%70.2%-
HSV(B)268.57º38.01%86.67%-
XYZ40.1332.4672.56-
YUV158.54163.25141.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 137 (53.91% from 255) = 25.61%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=33.08%
G=25.61%
B=41.31%

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
Decimal1771372210.200.3800.13268.5755.2670.2
HexB189DD14260D10d3746
Octal261211335244601541567106
Binary10110001100010011101110110100100110011011000011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189DD; }

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

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

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

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

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

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

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

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