#B48BDC

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

Shades of Biloba Flower #B48BDC

Tints of Biloba Flower #B48BDC

Color information

#B48BDC (or 0xB48BDC) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and DC. RGB value is (180,139,220). Sum of RGB (Red+Green+Blue) = 180+139+220=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #B48BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BDC is #4B7423. Grayscale: #A0A0A0. Windows color (decimal): -4944932 or 14453684. OLE color: 14453684.

HSL color Cylindrical-coordinate representation of color #B48BDC: hue angle of 270.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48BDC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180139220-
CMYK0.180.3700.14
HSL270.37º53.64%70.39%-
HSV(B)270.37º36.82%86.27%-
XYZ40.9733.3471.99-
YUV160.49161.58141.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=33.40%
G=25.79%
B=40.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801392200.180.3700.14270.3753.6470.39
HexB48BDC12250E10e3646
Octal264213334224501641666106
Binary10110100100010111101110010010100101011101000011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BDC; }

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

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

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

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

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

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

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

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