#B48EEC

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

Shades of Biloba Flower #B48EEC

Tints of Biloba Flower #B48EEC

Color information

#B48EEC (or 0xB48EEC) is unknown color: approx Biloba Flower. HEX triplet: B4, 8E and EC. RGB value is (180,142,236). Sum of RGB (Red+Green+Blue) = 180+142+236=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #B48EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48EEC is #4B7113. Grayscale: #A3A3A3. Windows color (decimal): -4944148 or 15503028. OLE color: 15503028.

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

Color convert

RGB180142236-
CMYK0.240.4000.07
HSL264.26º71.21%74.12%-
HSV(B)264.26º39.83%92.55%-
XYZ43.6435.1183.83-
YUV164.08168.59139.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 142 (55.86% from 255) = 25.45%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=32.26%
G=25.45%
B=42.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801422360.240.4000.07264.2671.2174.12
HexB48EEC182807108474a
Octal264216354305007410107112
Binary10110100100011101110110011000101000011110000100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EEC; }

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

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

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

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

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

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

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

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