#B28AD1

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

Shades of Biloba Flower #B28AD1

Tints of Biloba Flower #B28AD1

Color information

#B28AD1 (or 0xB28AD1) is unknown color: approx Biloba Flower. HEX triplet: B2, 8A and D1. RGB value is (178,138,209). Sum of RGB (Red+Green+Blue) = 178+138+209=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #B28AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28AD1 is #4D752E. Grayscale: #9D9D9D. Windows color (decimal): -5076271 or 13732530. OLE color: 13732530.

HSL color Cylindrical-coordinate representation of color #B28AD1: hue angle of 273.8º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28AD1 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178138209-
CMYK0.150.3400.18
HSL273.8º43.56%68.04%-
HSV(B)273.8º33.97%81.96%-
XYZ38.9632.2564.49-
YUV158.05156.75142.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.90%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=33.90%
G=26.29%
B=39.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781382090.150.3400.18273.843.5668.04
HexB28AD1F220121122c44
Octal262212321174202242254104
Binary10110010100010101101000111111000100100101000100101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AD1; }

 p { color: rgb(178,138,209); }

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

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

 a { background-color: rgb(178,138,209); }

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

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

 span { border-color: rgb(178,138,209); }

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