#B47FDD

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

Shades of Biloba Flower #B47FDD

Tints of Biloba Flower #B47FDD

Color information

#B47FDD (or 0xB47FDD) is unknown color: approx Biloba Flower. HEX triplet: B4, 7F and DD. RGB value is (180,127,221). Sum of RGB (Red+Green+Blue) = 180+127+221=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B47FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47FDD is #4B8022. Grayscale: #999999. Windows color (decimal): -4948003 or 14516148. OLE color: 14516148.

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

Color convert

RGB180127221-
CMYK0.190.4300.13
HSL273.83º58.02%68.24%-
HSV(B)273.83º42.53%86.67%-
XYZ39.4630.172.14-
YUV153.56166.06146.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=34.09%
G=24.05%
B=41.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801272210.190.4300.13273.8358.0268.24
HexB47FDD132B0D1123a44
Octal264177335235301542272104
Binary1011010011111111101110110011101011011011000100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FDD; }

 p { color: rgb(180,127,221); }

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

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

 a { background-color: rgb(180,127,221); }

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

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

 span { border-color: rgb(180,127,221); }

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