#B47DE6

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

Shades of Biloba Flower #B47DE6

Tints of Biloba Flower #B47DE6

Color information

#B47DE6 (or 0xB47DE6) is unknown color: approx Biloba Flower. HEX triplet: B4, 7D and E6. RGB value is (180,125,230). Sum of RGB (Red+Green+Blue) = 180+125+230=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #B47DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47DE6 is #4B8219. Grayscale: #999999. Windows color (decimal): -4948506 or 15105460. OLE color: 15105460.

HSL color Cylindrical-coordinate representation of color #B47DE6: hue angle of 271.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47DE6 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180125230-
CMYK0.220.4600.10
HSL271.43º67.74%69.61%-
HSV(B)271.43º45.65%90.2%-
XYZ40.4430.0878.54-
YUV153.42171.22146.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=33.64%
G=23.36%
B=42.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801252300.220.4600.10271.4367.7469.61
HexB47DE6162E0A10f4446
Octal2641753462656012417104106
Binary10110100111110111100110101101011100101010000111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DE6; }

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

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

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

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

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

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

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

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