#B47FF6

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

Shades of Biloba Flower #B47FF6

Tints of Biloba Flower #B47FF6

Color information

#B47FF6 (or 0xB47FF6) is unknown color: approx Biloba Flower. HEX triplet: B4, 7F and F6. RGB value is (180,127,246). Sum of RGB (Red+Green+Blue) = 180+127+246=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #B47FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FF6 is #4B8009. Grayscale: #9B9B9B. Windows color (decimal): -4947978 or 16154548. OLE color: 16154548.

HSL color Cylindrical-coordinate representation of color #B47FF6: hue angle of 266.72º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B47FF6 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180127246-
CMYK0.270.4800.04
HSL266.72º86.86%73.14%-
HSV(B)266.72º48.37%96.47%-
XYZ43.0531.5491.01-
YUV156.41178.56144.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=32.55%
G=22.97%
B=44.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801272460.270.4800.04266.7286.8673.14
HexB47FF61B300410b5749
Octal264177366336004413127111
Binary1011010011111111111011011011110000010010000101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FF6; }

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

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

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

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

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

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

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

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