#B48DEB

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

Shades of Biloba Flower #B48DEB

Tints of Biloba Flower #B48DEB

Color information

#B48DEB (or 0xB48DEB) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and EB. RGB value is (180,141,235). Sum of RGB (Red+Green+Blue) = 180+141+235=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #B48DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48DEB is #4B7214. Grayscale: #A3A3A3. Windows color (decimal): -4944405 or 15437236. OLE color: 15437236.

HSL color Cylindrical-coordinate representation of color #B48DEB: hue angle of 264.89º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B48DEB is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180141235-
CMYK0.230.400.08
HSL264.89º70.15%73.73%-
HSV(B)264.89º40%92.16%-
XYZ43.3434.7583.02-
YUV163.38168.42139.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=32.37%
G=25.36%
B=42.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801412350.230.400.08264.8970.1573.73
HexB48DEB172808109464a
Octal2642153532750010411106112
Binary101101001000110111101011101111010000100010000100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DEB; }

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

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

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

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

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

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

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

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