#B48BF8

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

Shades of Biloba Flower #B48BF8

Tints of Biloba Flower #B48BF8

Color information

#B48BF8 (or 0xB48BF8) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and F8. RGB value is (180,139,248). Sum of RGB (Red+Green+Blue) = 180+139+248=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #B48BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48BF8 is #4B7407. Grayscale: #A3A3A3. Windows color (decimal): -4944904 or 16288692. OLE color: 16288692.

HSL color Cylindrical-coordinate representation of color #B48BF8: hue angle of 262.57º degrees, saturation: 0.89, 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 #B48BF8 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180139248-
CMYK0.270.4400.03
HSL262.57º88.62%75.88%-
HSV(B)262.57º43.95%97.25%-
XYZ4534.9593.18-
YUV163.68175.58139.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 139 (54.69% from 255) = 24.51%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=31.75%
G=24.51%
B=43.74%

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
Decimal1801392480.270.4400.03262.5788.6275.88
HexB48BF81B2C03107594c
Octal264213370335403407131114
Binary1011010010001011111110001101110110001110000011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BF8; }

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

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

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

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

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

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

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

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