#B48ADD

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

Shades of Biloba Flower #B48ADD

Tints of Biloba Flower #B48ADD

Color information

#B48ADD (or 0xB48ADD) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and DD. RGB value is (180,138,221). Sum of RGB (Red+Green+Blue) = 180+138+221=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ADD is #4B7522. Grayscale: #9F9F9F. Windows color (decimal): -4945187 or 14518964. OLE color: 14518964.

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

Color convert

RGB180138221-
CMYK0.190.3800.13
HSL270.36º54.97%70.39%-
HSV(B)270.36º37.56%86.67%-
XYZ40.9633.172.64-
YUV160.02162.41142.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=33.40%
G=25.60%
B=41.00%

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
Decimal1801382210.190.3800.13270.3654.9770.39
HexB48ADD13260D10e3746
Octal264212335234601541667106
Binary10110100100010101101110110011100110011011000011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ADD; }

 p { color: rgb(180,138,221); }

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

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

 a { background-color: rgb(180,138,221); }

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

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

 span { border-color: rgb(180,138,221); }

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