#B48AFB

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

Shades of Biloba Flower #B48AFB

Tints of Biloba Flower #B48AFB

Color information

#B48AFB (or 0xB48AFB) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and FB. RGB value is (180,138,251). Sum of RGB (Red+Green+Blue) = 180+138+251=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #B48AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48AFB is #4B7504. Grayscale: #A3A3A3. Windows color (decimal): -4945157 or 16485044. OLE color: 16485044.

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

Color convert

RGB180138251-
CMYK0.280.4500.02
HSL262.3º93.39%76.27%-
HSV(B)262.3º45.02%98.43%-
XYZ45.3234.8595.6-
YUV163.44177.41139.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=31.63%
G=24.25%
B=44.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801382510.280.4500.02262.393.3976.27
HexB48AFB1C2D021065d4c
Octal264212373345502406135114
Binary1011010010001010111110111110010110101010000011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AFB; }

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

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

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

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

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

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

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

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