#B47FF9

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

Shades of Biloba Flower #B47FF9

Tints of Biloba Flower #B47FF9

Color information

#B47FF9 (or 0xB47FF9) is unknown color: approx Biloba Flower. HEX triplet: B4, 7F and F9. RGB value is (180,127,249). Sum of RGB (Red+Green+Blue) = 180+127+249=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #B47FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FF9 is #4B8006. Grayscale: #9C9C9C. Windows color (decimal): -4947975 or 16351156. OLE color: 16351156.

HSL color Cylindrical-coordinate representation of color #B47FF9: hue angle of 266.07º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B47FF9 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180127249-
CMYK0.280.4900.02
HSL266.07º91.04%73.73%-
HSV(B)266.07º49%97.65%-
XYZ43.5131.7293.45-
YUV156.76180.06144.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 127 (50% from 255) = 22.84%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=32.37%
G=22.84%
B=44.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801272490.280.4900.02266.0791.0473.73
HexB47FF91C310210a5b4a
Octal264177371346102412133112
Binary101101001111111111110011110011000101010000101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FF9; }

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

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

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

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

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

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

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

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