#B180D8

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

Shades of Biloba Flower #B180D8

Tints of Biloba Flower #B180D8

Color information

#B180D8 (or 0xB180D8) is unknown color: approx Biloba Flower. HEX triplet: B1, 80 and D8. RGB value is (177,128,216). Sum of RGB (Red+Green+Blue) = 177+128+216=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #B180D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180D8 is #4E7F27. Grayscale: #989898. Windows color (decimal): -5144360 or 14188721. OLE color: 14188721.

HSL color Cylindrical-coordinate representation of color #B180D8: hue angle of 273.41º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B180D8 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177128216-
CMYK0.180.4100.15
HSL273.41º53.01%67.45%-
HSV(B)273.41º40.74%84.71%-
XYZ38.2529.7468.69-
YUV152.68163.73145.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=33.97%
G=24.57%
B=41.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771282160.180.4100.15273.4153.0167.45
HexB180D812290F1113543
Octal261200330225101742165103
Binary10110001100000001101100010010101001011111000100011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180D8; }

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

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

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

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

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

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

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

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