#B48DDC

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

Shades of Biloba Flower #B48DDC

Tints of Biloba Flower #B48DDC

Color information

#B48DDC (or 0xB48DDC) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and DC. RGB value is (180,141,220). Sum of RGB (Red+Green+Blue) = 180+141+220=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #B48DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DDC is #4B7223. Grayscale: #A1A1A1. Windows color (decimal): -4944420 or 14454196. OLE color: 14454196.

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

Color convert

RGB180141220-
CMYK0.180.3600.14
HSL269.62º53.02%70.78%-
HSV(B)269.62º35.91%86.27%-
XYZ41.2733.9272.08-
YUV161.67160.92141.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=33.27%
G=26.06%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801412200.180.3600.14269.6253.0270.78
HexB48DDC12240E10e3547
Octal264215334224401641665107
Binary10110100100011011101110010010100100011101000011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DDC; }

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

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

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

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

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

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

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

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