#B28AD4

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

Shades of Biloba Flower #B28AD4

Tints of Biloba Flower #B28AD4

Color information

#B28AD4 (or 0xB28AD4) is unknown color: approx Biloba Flower. HEX triplet: B2, 8A and D4. RGB value is (178,138,212). Sum of RGB (Red+Green+Blue) = 178+138+212=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #B28AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28AD4 is #4D752B. Grayscale: #9E9E9E. Windows color (decimal): -5076268 or 13929138. OLE color: 13929138.

HSL color Cylindrical-coordinate representation of color #B28AD4: hue angle of 272.43º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28AD4 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB178138212-
CMYK0.160.3500.17
HSL272.43º46.25%68.63%-
HSV(B)272.43º34.91%83.14%-
XYZ39.3332.466.47-
YUV158.4158.25141.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=33.71%
G=26.14%
B=40.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781382120.160.3500.17272.4346.2568.63
HexB28AD410230111102e45
Octal262212324204302142056105
Binary101100101000101011010100100001000110100011000100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AD4; }

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

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

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

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

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

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

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

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