#B48CE9

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

Shades of Biloba Flower #B48CE9

Tints of Biloba Flower #B48CE9

Color information

#B48CE9 (or 0xB48CE9) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and E9. RGB value is (180,140,233). Sum of RGB (Red+Green+Blue) = 180+140+233=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #B48CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48CE9 is #4B7316. Grayscale: #A2A2A2. Windows color (decimal): -4944663 or 15305908. OLE color: 15305908.

HSL color Cylindrical-coordinate representation of color #B48CE9: hue angle of 265.81º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B48CE9 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180140233-
CMYK0.230.4000.09
HSL265.81º67.88%73.14%-
HSV(B)265.81º39.91%91.37%-
XYZ42.9134.3481.46-
YUV162.56167.75140.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=32.55%
G=25.32%
B=42.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801402330.230.4000.09265.8167.8873.14
HexB48CE917280910a4449
Octal2642143512750011412104111
Binary101101001000110011101001101111010000100110000101010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CE9; }

 p { color: rgb(180,140,233); }

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

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

 a { background-color: rgb(180,140,233); }

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

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

 span { border-color: rgb(180,140,233); }

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