#B181DF

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

Shades of Biloba Flower #B181DF

Tints of Biloba Flower #B181DF

Color information

#B181DF (or 0xB181DF) is unknown color: approx Biloba Flower. HEX triplet: B1, 81 and DF. RGB value is (177,129,223). Sum of RGB (Red+Green+Blue) = 177+129+223=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B181DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181DF is #4E7E20. Grayscale: #999999. Windows color (decimal): -5144097 or 14647729. OLE color: 14647729.

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

Color convert

RGB177129223-
CMYK0.210.4200.13
HSL270.64º59.49%69.02%-
HSV(B)270.64º42.15%87.45%-
XYZ39.330.3873.6-
YUV154.07166.9144.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=33.46%
G=24.39%
B=42.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771292230.210.4200.13270.6459.4969.02
HexB181DF152A0D10f3b45
Octal261201337255201541773105
Binary10110001100000011101111110101101010011011000011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181DF; }

 p { color: rgb(177,129,223); }

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

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

 a { background-color: rgb(177,129,223); }

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

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

 span { border-color: rgb(177,129,223); }

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