#B48EF1

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

Shades of Biloba Flower #B48EF1

Tints of Biloba Flower #B48EF1

Color information

#B48EF1 (or 0xB48EF1) is unknown color: approx Biloba Flower. HEX triplet: B4, 8E and F1. RGB value is (180,142,241). Sum of RGB (Red+Green+Blue) = 180+142+241=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #B48EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48EF1 is #4B710E. Grayscale: #A4A4A4. Windows color (decimal): -4944143 or 15830708. OLE color: 15830708.

HSL color Cylindrical-coordinate representation of color #B48EF1: hue angle of 263.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B48EF1 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180142241-
CMYK0.250.4100.05
HSL263.03º77.95%75.1%-
HSV(B)263.03º41.08%94.51%-
XYZ44.3735.487.71-
YUV164.65171.09138.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 142 (55.86% from 255) = 25.22%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=31.97%
G=25.22%
B=42.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801422410.250.4100.05263.0377.9575.1
HexB48EF11929051074e4b
Octal264216361315105407116113
Binary10110100100011101111000111001101001010110000011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EF1; }

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

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

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

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

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

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

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

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