#B47FED

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

Shades of Biloba Flower #B47FED

Tints of Biloba Flower #B47FED

Color information

#B47FED (or 0xB47FED) is unknown color: approx Biloba Flower. HEX triplet: B4, 7F and ED. RGB value is (180,127,237). Sum of RGB (Red+Green+Blue) = 180+127+237=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #B47FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FED is #4B8012. Grayscale: #9B9B9B. Windows color (decimal): -4947987 or 15564724. OLE color: 15564724.

HSL color Cylindrical-coordinate representation of color #B47FED: hue angle of 268.91º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47FED is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180127237-
CMYK0.240.4600.07
HSL268.91º75.34%71.37%-
HSV(B)268.91º46.41%92.94%-
XYZ41.73183.91-
YUV155.39174.06145.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=33.09%
G=23.35%
B=43.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801272370.240.4600.07268.9175.3471.37
HexB47FED182E0710d4b47
Octal264177355305607415113107
Binary1011010011111111110110111000101110011110000110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FED; }

 p { color: rgb(180,127,237); }

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

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

 a { background-color: rgb(180,127,237); }

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

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

 span { border-color: rgb(180,127,237); }

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