#B28FDE

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

Shades of Biloba Flower #B28FDE

Tints of Biloba Flower #B28FDE

Color information

#B28FDE (or 0xB28FDE) is unknown color: approx Biloba Flower. HEX triplet: B2, 8F and DE. RGB value is (178,143,222). Sum of RGB (Red+Green+Blue) = 178+143+222=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #B28FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FDE is #4D7021. Grayscale: #A2A2A2. Windows color (decimal): -5074978 or 14585778. OLE color: 14585778.

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

Color convert

RGB178143222-
CMYK0.200.3600.13
HSL266.58º54.48%71.57%-
HSV(B)266.58º35.59%87.06%-
XYZ41.3734.3873.56-
YUV162.47161.6139.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=32.78%
G=26.34%
B=40.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781432220.200.3600.13266.5854.4871.57
HexB28FDE14240D10b3648
Octal262217336244401541366110
Binary10110010100011111101111010100100100011011000010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FDE; }

 p { color: rgb(178,143,222); }

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

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

 a { background-color: rgb(178,143,222); }

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

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

 span { border-color: rgb(178,143,222); }

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