#b180db

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

Shades of Biloba Flower #B180DB

Tints of Biloba Flower #B180DB

Color information

#B180DB (or 0xB180DB) is unknown color: approx Biloba Flower. HEX triplet: B1, 80 and DB. RGB value is (177,128,219). Sum of RGB (Red+Green+Blue) = 177+128+219=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B180DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180DB is #4E7F24. Grayscale: #989898. Windows color (decimal): -5144357 or 14385329. OLE color: 14385329.

HSL color Cylindrical-coordinate representation of color #B180DB: hue angle of 272.31º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B180DB is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177128219-
CMYK0.190.4200.14
HSL272.31º55.83%68.04%-
HSV(B)272.31º41.55%85.88%-
XYZ38.6429.970.75-
YUV153.02165.23145.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=33.78%
G=24.43%
B=41.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771282190.190.4200.14272.3155.8368.04
HexB180DB132A0E1103844
Octal261200333235201642070104
Binary10110001100000001101101110011101010011101000100001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b180db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b180db; }

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

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

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

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

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

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

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

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