#B48BEA

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

Shades of Biloba Flower #B48BEA

Tints of Biloba Flower #B48BEA

Color information

#B48BEA (or 0xB48BEA) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and EA. RGB value is (180,139,234). Sum of RGB (Red+Green+Blue) = 180+139+234=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #B48BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48BEA is #4B7415. Grayscale: #A1A1A1. Windows color (decimal): -4944918 or 15371188. OLE color: 15371188.

HSL color Cylindrical-coordinate representation of color #B48BEA: hue angle of 265.89º degrees, saturation: 0.69, 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 #B48BEA is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180139234-
CMYK0.230.4100.08
HSL265.89º69.34%73.14%-
HSV(B)265.89º40.6%91.76%-
XYZ42.9134.1182.16-
YUV162.09168.58140.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=32.55%
G=25.14%
B=42.31%

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
Decimal1801392340.230.4100.08265.8969.3473.14
HexB48BEA17290810a4549
Octal2642133522751010412105111
Binary101101001000101111101010101111010010100010000101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BEA; }

 p { color: rgb(180,139,234); }

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

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

 a { background-color: rgb(180,139,234); }

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

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

 span { border-color: rgb(180,139,234); }

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