#B48CDC

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

Shades of Biloba Flower #B48CDC

Tints of Biloba Flower #B48CDC

Color information

#B48CDC (or 0xB48CDC) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and DC. RGB value is (180,140,220). Sum of RGB (Red+Green+Blue) = 180+140+220=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #B48CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CDC is #4B7323. Grayscale: #A0A0A0. Windows color (decimal): -4944676 or 14453940. OLE color: 14453940.

HSL color Cylindrical-coordinate representation of color #B48CDC: hue angle of 270º 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 #B48CDC is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180140220-
CMYK0.180.3600.14
HSL270º53.33%70.59%-
HSV(B)270º36.36%86.27%-
XYZ41.1233.6372.03-
YUV161.08161.25141.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=33.33%
G=25.93%
B=40.74%

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
Decimal1801402200.180.3600.1427053.3370.59
HexB48CDC12240E10e3547
Octal264214334224401641665107
Binary10110100100011001101110010010100100011101000011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CDC; }

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

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

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

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

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

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

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

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