#B47CDD

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

Shades of Biloba Flower #B47CDD

Tints of Biloba Flower #B47CDD

Color information

#B47CDD (or 0xB47CDD) is unknown color: approx Biloba Flower. HEX triplet: B4, 7C and DD. RGB value is (180,124,221). Sum of RGB (Red+Green+Blue) = 180+124+221=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B47CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CDD is #4B8322. Grayscale: #979797. Windows color (decimal): -4948771 or 14515380. OLE color: 14515380.

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

Color convert

RGB180124221-
CMYK0.190.4400.13
HSL274.64º58.79%67.65%-
HSV(B)274.64º43.89%86.67%-
XYZ39.0829.3472.01-
YUV151.8167.05148.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=34.29%
G=23.62%
B=42.10%

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
Decimal1801242210.190.4400.13274.6458.7967.65
HexB47CDD132C0D1133b44
Octal264174335235401542373104
Binary1011010011111001101110110011101100011011000100111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CDD; }

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

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

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

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

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

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

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

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