#B48CF7

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

Shades of Biloba Flower #B48CF7

Tints of Biloba Flower #B48CF7

Color information

#B48CF7 (or 0xB48CF7) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and F7. RGB value is (180,140,247). Sum of RGB (Red+Green+Blue) = 180+140+247=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #B48CF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48CF7 is #4B7308. Grayscale: #A3A3A3. Windows color (decimal): -4944649 or 16223412. OLE color: 16223412.

HSL color Cylindrical-coordinate representation of color #B48CF7: hue angle of 262.43º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B48CF7 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180140247-
CMYK0.270.4300.03
HSL262.43º86.99%75.88%-
HSV(B)262.43º43.32%96.86%-
XYZ44.9935.1792.41-
YUV164.16174.75139.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=31.75%
G=24.69%
B=43.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801402470.270.4300.03262.4386.9975.88
HexB48CF71B2B03106574c
Octal264214367335303406127114
Binary1011010010001100111101111101110101101110000011010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CF7; }

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

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

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

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

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

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

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

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