#B47DDF

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

Shades of Biloba Flower #B47DDF

Tints of Biloba Flower #B47DDF

Color information

#B47DDF (or 0xB47DDF) is unknown color: approx Biloba Flower. HEX triplet: B4, 7D and DF. RGB value is (180,125,223). Sum of RGB (Red+Green+Blue) = 180+125+223=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B47DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DDF is #4B8220. Grayscale: #989898. Windows color (decimal): -4948513 or 14646708. OLE color: 14646708.

HSL color Cylindrical-coordinate representation of color #B47DDF: hue angle of 273.67º degrees, saturation: 0.6, 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 #B47DDF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180125223-
CMYK0.190.4400.13
HSL273.67º60.49%68.24%-
HSV(B)273.67º43.95%87.45%-
XYZ39.4829.773.46-
YUV152.62167.72147.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=34.09%
G=23.67%
B=42.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801252230.190.4400.13273.6760.4968.24
HexB47DDF132C0D1123c44
Octal264175337235401542274104
Binary1011010011111011101111110011101100011011000100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DDF; }

 p { color: rgb(180,125,223); }

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

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

 a { background-color: rgb(180,125,223); }

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

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

 span { border-color: rgb(180,125,223); }

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