#B48CDF

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

Shades of Biloba Flower #B48CDF

Tints of Biloba Flower #B48CDF

Color information

#B48CDF (or 0xB48CDF) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and DF. RGB value is (180,140,223). Sum of RGB (Red+Green+Blue) = 180+140+223=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B48CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CDF is #4B7320. Grayscale: #A1A1A1. Windows color (decimal): -4944673 or 14650548. OLE color: 14650548.

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

Color convert

RGB180140223-
CMYK0.190.3700.13
HSL268.92º56.46%71.18%-
HSV(B)268.92º37.22%87.45%-
XYZ41.5233.7974.15-
YUV161.42162.75141.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=33.15%
G=25.78%
B=41.07%

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
Decimal1801402230.190.3700.13268.9256.4671.18
HexB48CDF13250D10d3847
Octal264214337234501541570107
Binary10110100100011001101111110011100101011011000011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CDF; }

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

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

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

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

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

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

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

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