#B47FF8

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

Shades of Biloba Flower #B47FF8

Tints of Biloba Flower #B47FF8

Color information

#B47FF8 (or 0xB47FF8) is unknown color: approx Biloba Flower. HEX triplet: B4, 7F and F8. RGB value is (180,127,248). Sum of RGB (Red+Green+Blue) = 180+127+248=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #B47FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FF8 is #4B8007. Grayscale: #9C9C9C. Windows color (decimal): -4947976 or 16285620. OLE color: 16285620.

HSL color Cylindrical-coordinate representation of color #B47FF8: hue angle of 266.28º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B47FF8 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180127248-
CMYK0.270.4900.03
HSL266.28º89.63%73.53%-
HSV(B)266.28º48.79%97.25%-
XYZ43.3631.6692.63-
YUV156.64179.56144.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 248 (97.27% from 255) = 44.68%
R=32.43%
G=22.88%
B=44.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801272480.270.4900.03266.2889.6373.53
HexB47FF81B310310a5a4a
Octal264177370336103412132112
Binary101101001111111111110001101111000101110000101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FF8; }

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

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

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

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

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

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

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

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