#B28CDF

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

Shades of Biloba Flower #B28CDF

Tints of Biloba Flower #B28CDF

Color information

#B28CDF (or 0xB28CDF) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and DF. RGB value is (178,140,223). Sum of RGB (Red+Green+Blue) = 178+140+223=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #B28CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CDF is #4D7320. Grayscale: #A0A0A0. Windows color (decimal): -5075745 or 14650546. OLE color: 14650546.

HSL color Cylindrical-coordinate representation of color #B28CDF: hue angle of 267.47º degrees, saturation: 0.56, 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 #B28CDF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178140223-
CMYK0.200.3700.13
HSL267.47º56.46%71.18%-
HSV(B)267.47º37.22%87.45%-
XYZ41.0633.5574.12-
YUV160.82163.09140.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=32.90%
G=25.88%
B=41.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781402230.200.3700.13267.4756.4671.18
HexB28CDF14250D10b3847
Octal262214337244501541370107
Binary10110010100011001101111110100100101011011000010111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CDF; }

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

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

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

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

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

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

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

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