#B48AEB

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

Shades of Biloba Flower #B48AEB

Tints of Biloba Flower #B48AEB

Color information

#B48AEB (or 0xB48AEB) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and EB. RGB value is (180,138,235). Sum of RGB (Red+Green+Blue) = 180+138+235=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #B48AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48AEB is #4B7514. Grayscale: #A1A1A1. Windows color (decimal): -4945173 or 15436468. OLE color: 15436468.

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

Color convert

RGB180138235-
CMYK0.230.4100.08
HSL265.98º70.8%73.14%-
HSV(B)265.98º41.28%92.16%-
XYZ42.9133.8882.88-
YUV161.62169.41141.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=32.55%
G=24.95%
B=42.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801382350.230.4100.08265.9870.873.14
HexB48AEB17290810a4749
Octal2642123532751010412107111
Binary101101001000101011101011101111010010100010000101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AEB; }

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

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

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

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

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

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

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

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