#B48BF7

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

Shades of Biloba Flower #B48BF7

Tints of Biloba Flower #B48BF7

Color information

#B48BF7 (or 0xB48BF7) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and F7. RGB value is (180,139,247). Sum of RGB (Red+Green+Blue) = 180+139+247=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #B48BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48BF7 is #4B7408. Grayscale: #A3A3A3. Windows color (decimal): -4944905 or 16223156. OLE color: 16223156.

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

Color convert

RGB180139247-
CMYK0.270.4400.03
HSL262.78º87.1%75.69%-
HSV(B)262.78º43.72%96.86%-
XYZ44.8434.8892.37-
YUV163.57175.08139.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 247 (96.88% from 255) = 43.64%
R=31.80%
G=24.56%
B=43.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801392470.270.4400.03262.7887.175.69
HexB48BF71B2C03107574c
Octal264213367335403407127114
Binary1011010010001011111101111101110110001110000011110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BF7; }

 p { color: rgb(180,139,247); }

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

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

 a { background-color: rgb(180,139,247); }

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

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

 span { border-color: rgb(180,139,247); }

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