#B28BDD

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

Shades of Biloba Flower #B28BDD

Tints of Biloba Flower #B28BDD

Color information

#B28BDD (or 0xB28BDD) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and DD. RGB value is (178,139,221). Sum of RGB (Red+Green+Blue) = 178+139+221=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #B28BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BDD is #4D7422. Grayscale: #9F9F9F. Windows color (decimal): -5076003 or 14519218. OLE color: 14519218.

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

Color convert

RGB178139221-
CMYK0.190.3700.13
HSL268.54º54.67%70.59%-
HSV(B)268.54º37.1%86.67%-
XYZ40.6433.1572.66-
YUV160.01162.42140.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=33.09%
G=25.84%
B=41.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781392210.190.3700.13268.5454.6770.59
HexB28BDD13250D10d3747
Octal262213335234501541567107
Binary10110010100010111101110110011100101011011000011011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BDD; }

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

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

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

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

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

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

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

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