#B48BDF

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

Shades of Biloba Flower #B48BDF

Tints of Biloba Flower #B48BDF

Color information

#B48BDF (or 0xB48BDF) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and DF. RGB value is (180,139,223). Sum of RGB (Red+Green+Blue) = 180+139+223=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B48BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BDF is #4B7420. Grayscale: #A0A0A0. Windows color (decimal): -4944929 or 14650292. OLE color: 14650292.

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

Color convert

RGB180139223-
CMYK0.190.3800.13
HSL269.29º56.76%70.98%-
HSV(B)269.29º37.67%87.45%-
XYZ41.3733.574.1-
YUV160.83163.08141.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=33.21%
G=25.65%
B=41.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801392230.190.3800.13269.2956.7670.98
HexB48BDF13260D10d3947
Octal264213337234601541571107
Binary10110100100010111101111110011100110011011000011011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BDF; }

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

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

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

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

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

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

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

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