#B48CFE

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

Shades of Biloba Flower #B48CFE

Tints of Biloba Flower #B48CFE

Color information

#B48CFE (or 0xB48CFE) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and FE. RGB value is (180,140,254). Sum of RGB (Red+Green+Blue) = 180+140+254=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B48CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48CFE is #4B7301. Grayscale: #A4A4A4. Windows color (decimal): -4944642 or 16682164. OLE color: 16682164.

HSL color Cylindrical-coordinate representation of color #B48CFE: hue angle of 261.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B48CFE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180140254-
CMYK0.290.4500.00
HSL261.05º98.28%77.25%-
HSV(B)261.05º44.88%99.61%-
XYZ46.0935.6298.21-
YUV164.96178.25138.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 140 (55.08% from 255) = 24.39%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=31.36%
G=24.39%
B=44.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801402540.290.4500.00261.0598.2877.25
HexB48CFE1D2D00105624d
Octal264214376355500405142115
Binary101101001000110011111110111011011010010000010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CFE; }

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

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

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

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

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

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

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

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