#B48EFD

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

Shades of Biloba Flower #B48EFD

Tints of Biloba Flower #B48EFD

Color information

#B48EFD (or 0xB48EFD) is unknown color: approx Biloba Flower. HEX triplet: B4, 8E and FD. RGB value is (180,142,253). Sum of RGB (Red+Green+Blue) = 180+142+253=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #B48EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48EFD is #4B7102. Grayscale: #A5A5A5. Windows color (decimal): -4944131 or 16617140. OLE color: 16617140.

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

Color convert

RGB180142253-
CMYK0.290.4400.01
HSL260.54º96.52%77.45%-
HSV(B)260.54º43.87%99.22%-
XYZ46.2336.1497.47-
YUV166.02177.09137.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 253 (99.22% from 255) = 44%
R=31.30%
G=24.70%
B=44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801422530.290.4400.01260.5496.5277.45
HexB48EFD1D2C01105614d
Octal264216375355401405141115
Binary101101001000111011111101111011011000110000010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EFD; }

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

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

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

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

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

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

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

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