#B181DD

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

Shades of Biloba Flower #B181DD

Tints of Biloba Flower #B181DD

Color information

#B181DD (or 0xB181DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 81 and DD. RGB value is (177,129,221). Sum of RGB (Red+Green+Blue) = 177+129+221=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B181DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181DD is #4E7E22. Grayscale: #999999. Windows color (decimal): -5144099 or 14516657. OLE color: 14516657.

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

Color convert

RGB177129221-
CMYK0.200.4200.13
HSL271.3º57.5%68.63%-
HSV(B)271.3º41.63%86.67%-
XYZ39.0330.2772.19-
YUV153.84165.9144.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=33.59%
G=24.48%
B=41.94%

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
Decimal1771292210.200.4200.13271.357.568.63
HexB181DD142A0D10f3a45
Octal261201335245201541772105
Binary10110001100000011101110110100101010011011000011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181DD; }

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

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

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

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

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

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

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

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