#B180DD

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

Shades of Biloba Flower #B180DD

Tints of Biloba Flower #B180DD

Color information

#B180DD (or 0xB180DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 80 and DD. RGB value is (177,128,221). Sum of RGB (Red+Green+Blue) = 177+128+221=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #B180DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180DD is #4E7F22. Grayscale: #989898. Windows color (decimal): -5144355 or 14516401. OLE color: 14516401.

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

Color convert

RGB177128221-
CMYK0.200.4200.13
HSL271.61º57.76%68.43%-
HSV(B)271.61º42.08%86.67%-
XYZ38.930.0172.15-
YUV153.25166.23144.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=33.65%
G=24.33%
B=42.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771282210.200.4200.13271.6157.7668.43
HexB180DD142A0D1103a44
Octal261200335245201542072104
Binary10110001100000001101110110100101010011011000100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180DD; }

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

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

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

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

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

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

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

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