#B181DE

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

Shades of Biloba Flower #B181DE

Tints of Biloba Flower #B181DE

Color information

#B181DE (or 0xB181DE) is unknown color: approx Biloba Flower. HEX triplet: B1, 81 and DE. RGB value is (177,129,222). Sum of RGB (Red+Green+Blue) = 177+129+222=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #B181DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181DE is #4E7E21. Grayscale: #999999. Windows color (decimal): -5144098 or 14582193. OLE color: 14582193.

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

Color convert

RGB177129222-
CMYK0.200.4200.13
HSL270.97º58.49%68.82%-
HSV(B)270.97º41.89%87.06%-
XYZ39.1730.3272.9-
YUV153.95166.4144.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=33.52%
G=24.43%
B=42.05%

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
Decimal1771292220.200.4200.13270.9758.4968.82
HexB181DE142A0D10f3a45
Octal261201336245201541772105
Binary10110001100000011101111010100101010011011000011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181DE; }

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

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

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

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

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

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

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

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