#B48CF3

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

Shades of Biloba Flower #B48CF3

Tints of Biloba Flower #B48CF3

Color information

#B48CF3 (or 0xB48CF3) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and F3. RGB value is (180,140,243). Sum of RGB (Red+Green+Blue) = 180+140+243=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #B48CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48CF3 is #4B730C. Grayscale: #A3A3A3. Windows color (decimal): -4944653 or 15961268. OLE color: 15961268.

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

Color convert

RGB180140243-
CMYK0.260.4200.05
HSL263.3º81.1%75.1%-
HSV(B)263.3º42.39%95.29%-
XYZ44.3834.9389.2-
YUV163.7172.75139.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=31.97%
G=24.87%
B=43.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801402430.260.4200.05263.381.175.1
HexB48CF31A2A05107514b
Octal264214363325205407121113
Binary10110100100011001111001111010101010010110000011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CF3; }

 p { color: rgb(180,140,243); }

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

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

 a { background-color: rgb(180,140,243); }

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

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

 span { border-color: rgb(180,140,243); }

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