#B47DDC

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

Shades of Biloba Flower #B47DDC

Tints of Biloba Flower #B47DDC

Color information

#B47DDC (or 0xB47DDC) is unknown color: approx Biloba Flower. HEX triplet: B4, 7D and DC. RGB value is (180,125,220). Sum of RGB (Red+Green+Blue) = 180+125+220=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #B47DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DDC is #4B8223. Grayscale: #979797. Windows color (decimal): -4948516 or 14450100. OLE color: 14450100.

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

Color convert

RGB180125220-
CMYK0.180.4300.14
HSL274.74º57.58%67.65%-
HSV(B)274.74º43.18%86.27%-
XYZ39.0729.5471.35-
YUV152.28166.22147.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=34.29%
G=23.81%
B=41.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801252200.180.4300.14274.7457.5867.65
HexB47DDC122B0E1133a44
Octal264175334225301642372104
Binary1011010011111011101110010010101011011101000100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DDC; }

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

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

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

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

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

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

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

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