#B48BDE

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

Shades of Biloba Flower #B48BDE

Tints of Biloba Flower #B48BDE

Color information

#B48BDE (or 0xB48BDE) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and DE. RGB value is (180,139,222). Sum of RGB (Red+Green+Blue) = 180+139+222=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #B48BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BDE is #4B7421. Grayscale: #A0A0A0. Windows color (decimal): -4944930 or 14584756. OLE color: 14584756.

HSL color Cylindrical-coordinate representation of color #B48BDE: hue angle of 269.64º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48BDE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180139222-
CMYK0.190.3700.13
HSL269.64º55.7%70.78%-
HSV(B)269.64º37.39%87.06%-
XYZ41.2433.4473.39-
YUV160.72162.58141.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=33.27%
G=25.69%
B=41.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801392220.190.3700.13269.6455.770.78
HexB48BDE13250D10e3847
Octal264213336234501541670107
Binary10110100100010111101111010011100101011011000011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BDE; }

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

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

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

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

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

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

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

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