#B48CDE

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

Shades of Biloba Flower #B48CDE

Tints of Biloba Flower #B48CDE

Color information

#B48CDE (or 0xB48CDE) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and DE. RGB value is (180,140,222). Sum of RGB (Red+Green+Blue) = 180+140+222=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #B48CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CDE is #4B7321. Grayscale: #A1A1A1. Windows color (decimal): -4944674 or 14585012. OLE color: 14585012.

HSL color Cylindrical-coordinate representation of color #B48CDE: hue angle of 269.27º degrees, saturation: 0.55, 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 #B48CDE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180140222-
CMYK0.190.3700.13
HSL269.27º55.41%70.98%-
HSV(B)269.27º36.94%87.06%-
XYZ41.3933.7373.44-
YUV161.31162.25141.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=33.21%
G=25.83%
B=40.96%

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
Decimal1801402220.190.3700.13269.2755.4170.98
HexB48CDE13250D10d3747
Octal264214336234501541567107
Binary10110100100011001101111010011100101011011000011011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CDE; }

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

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

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

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

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

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

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

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