#B47BDF

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

Shades of Biloba Flower #B47BDF

Tints of Biloba Flower #B47BDF

Color information

#B47BDF (or 0xB47BDF) is unknown color: approx Biloba Flower. HEX triplet: B4, 7B and DF. RGB value is (180,123,223). Sum of RGB (Red+Green+Blue) = 180+123+223=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #B47BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BDF is #4B8420. Grayscale: #979797. Windows color (decimal): -4949025 or 14646196. OLE color: 14646196.

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

Color convert

RGB180123223-
CMYK0.190.4500.13
HSL274.2º60.98%67.84%-
HSV(B)274.2º44.84%87.45%-
XYZ39.2229.273.38-
YUV151.44168.38148.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=34.22%
G=23.38%
B=42.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801232230.190.4500.13274.260.9867.84
HexB47BDF132D0D1123d44
Octal264173337235501542275104
Binary1011010011110111101111110011101101011011000100101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BDF; }

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

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

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

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

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

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

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

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