#B17CDD

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

Shades of Biloba Flower #B17CDD

Tints of Biloba Flower #B17CDD

Color information

#B17CDD (or 0xB17CDD) is unknown color: approx Biloba Flower. HEX triplet: B1, 7C and DD. RGB value is (177,124,221). Sum of RGB (Red+Green+Blue) = 177+124+221=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B17CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CDD is #4E8322. Grayscale: #969696. Windows color (decimal): -5145379 or 14515377. OLE color: 14515377.

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

Color convert

RGB177124221-
CMYK0.200.4400.13
HSL272.78º58.79%67.65%-
HSV(B)272.78º43.89%86.67%-
XYZ38.3928.9871.98-
YUV150.9167.56146.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=33.91%
G=23.75%
B=42.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771242210.200.4400.13272.7858.7967.65
HexB17CDD142C0D1113b44
Octal261174335245401542173104
Binary1011000111111001101110110100101100011011000100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CDD; }

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

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

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

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

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

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

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

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