#B28CD9

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

Shades of Biloba Flower #B28CD9

Tints of Biloba Flower #B28CD9

Color information

#B28CD9 (or 0xB28CD9) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and D9. RGB value is (178,140,217). Sum of RGB (Red+Green+Blue) = 178+140+217=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #B28CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CD9 is #4D7326. Grayscale: #9F9F9F. Windows color (decimal): -5075751 or 14257330. OLE color: 14257330.

HSL color Cylindrical-coordinate representation of color #B28CD9: hue angle of 269.61º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28CD9 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178140217-
CMYK0.180.3500.15
HSL269.61º50.33%70%-
HSV(B)269.61º35.48%85.1%-
XYZ40.2633.2369.94-
YUV160.14160.09140.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=33.27%
G=26.17%
B=40.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781402170.180.3500.15269.6150.3370
HexB28CD912230F10e3246
Octal262214331224301741662106
Binary10110010100011001101100110010100011011111000011101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CD9; }

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

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

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

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

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

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

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

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