#B28ADD

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

Shades of Biloba Flower #B28ADD

Tints of Biloba Flower #B28ADD

Color information

#B28ADD (or 0xB28ADD) is unknown color: approx Biloba Flower. HEX triplet: B2, 8A and DD. RGB value is (178,138,221). Sum of RGB (Red+Green+Blue) = 178+138+221=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B28ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ADD is #4D7522. Grayscale: #9F9F9F. Windows color (decimal): -5076259 or 14518962. OLE color: 14518962.

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

Color convert

RGB178138221-
CMYK0.190.3800.13
HSL268.92º54.97%70.39%-
HSV(B)268.92º37.56%86.67%-
XYZ40.532.8672.62-
YUV159.42162.75141.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=33.15%
G=25.70%
B=41.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781382210.190.3800.13268.9254.9770.39
HexB28ADD13260D10d3746
Octal262212335234601541567106
Binary10110010100010101101110110011100110011011000011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28ADD; }

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

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

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

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

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

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

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

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