#B48EFB

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

Shades of Biloba Flower #B48EFB

Tints of Biloba Flower #B48EFB

Color information

#B48EFB (or 0xB48EFB) is unknown color: approx Biloba Flower. HEX triplet: B4, 8E and FB. RGB value is (180,142,251). Sum of RGB (Red+Green+Blue) = 180+142+251=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #B48EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48EFB is #4B7104. Grayscale: #A5A5A5. Windows color (decimal): -4944133 or 16486068. OLE color: 16486068.

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

Color convert

RGB180142251-
CMYK0.280.4300.02
HSL260.92º93.16%77.06%-
HSV(B)260.92º43.43%98.43%-
XYZ45.9136.0195.8-
YUV165.79176.09138.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 142 (55.86% from 255) = 24.78%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=31.41%
G=24.78%
B=43.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801422510.280.4300.02260.9293.1677.06
HexB48EFB1C2B021055d4d
Octal264216373345302405135115
Binary1011010010001110111110111110010101101010000010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EFB; }

 p { color: rgb(180,142,251); }

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

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

 a { background-color: rgb(180,142,251); }

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

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

 span { border-color: rgb(180,142,251); }

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