#B48BFD

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

Shades of Biloba Flower #B48BFD

Tints of Biloba Flower #B48BFD

Color information

#B48BFD (or 0xB48BFD) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and FD. RGB value is (180,139,253). Sum of RGB (Red+Green+Blue) = 180+139+253=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #B48BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48BFD is #4B7402. Grayscale: #A3A3A3. Windows color (decimal): -4944899 or 16616372. OLE color: 16616372.

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

Color convert

RGB180139253-
CMYK0.290.4500.01
HSL261.58º96.61%76.86%-
HSV(B)261.58º45.06%99.22%-
XYZ45.7835.2697.32-
YUV164.26178.08139.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=31.47%
G=24.30%
B=44.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801392530.290.4500.01261.5896.6176.86
HexB48BFD1D2D01106614d
Octal264213375355501406141115
Binary101101001000101111111101111011011010110000011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BFD; }

 p { color: rgb(180,139,253); }

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

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

 a { background-color: rgb(180,139,253); }

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

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

 span { border-color: rgb(180,139,253); }

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