#B48DED

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

Shades of Biloba Flower #B48DED

Tints of Biloba Flower #B48DED

Color information

#B48DED (or 0xB48DED) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and ED. RGB value is (180,141,237). Sum of RGB (Red+Green+Blue) = 180+141+237=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #B48DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48DED is #4B7212. Grayscale: #A3A3A3. Windows color (decimal): -4944403 or 15568308. OLE color: 15568308.

HSL color Cylindrical-coordinate representation of color #B48DED: hue angle of 264.38º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B48DED is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180141237-
CMYK0.240.4100.07
HSL264.38º72.73%74.12%-
HSV(B)264.38º40.51%92.94%-
XYZ43.6334.8784.55-
YUV163.6169.42139.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=32.26%
G=25.27%
B=42.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801412370.240.4100.07264.3872.7374.12
HexB48DED182907108494a
Octal264215355305107410111112
Binary10110100100011011110110111000101001011110000100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DED; }

 p { color: rgb(180,141,237); }

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

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

 a { background-color: rgb(180,141,237); }

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

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

 span { border-color: rgb(180,141,237); }

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