#B28CDD

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

Shades of Biloba Flower #B28CDD

Tints of Biloba Flower #B28CDD

Color information

#B28CDD (or 0xB28CDD) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and DD. RGB value is (178,140,221). Sum of RGB (Red+Green+Blue) = 178+140+221=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 140 (55.08% from 255 or 25.97% 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 #B28CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CDD is #4D7322. Grayscale: #A0A0A0. Windows color (decimal): -5075747 or 14519474. OLE color: 14519474.

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

Color convert

RGB178140221-
CMYK0.190.3700.13
HSL268.15º54.36%70.78%-
HSV(B)268.15º36.65%86.67%-
XYZ40.7933.4472.71-
YUV160.6162.09140.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=33.02%
G=25.97%
B=41.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781402210.190.3700.13268.1554.3670.78
HexB28CDD13250D10c3647
Octal262214335234501541466107
Binary10110010100011001101110110011100101011011000011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CDD; }

 p { color: rgb(178,140,221); }

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

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

 a { background-color: rgb(178,140,221); }

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

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

 span { border-color: rgb(178,140,221); }

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