#B28BDA

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

Shades of Biloba Flower #B28BDA

Tints of Biloba Flower #B28BDA

Color information

#B28BDA (or 0xB28BDA) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and DA. RGB value is (178,139,218). Sum of RGB (Red+Green+Blue) = 178+139+218=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #B28BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BDA is #4D7425. Grayscale: #9F9F9F. Windows color (decimal): -5076006 or 14322610. OLE color: 14322610.

HSL color Cylindrical-coordinate representation of color #B28BDA: hue angle of 269.62º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B28BDA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178139218-
CMYK0.180.3600.15
HSL269.62º51.63%70%-
HSV(B)269.62º36.24%85.49%-
XYZ40.2532.9970.58-
YUV159.67160.92141.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=33.27%
G=25.98%
B=40.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781392180.180.3600.15269.6251.6370
HexB28BDA12240F10e3446
Octal262213332224401741664106
Binary10110010100010111101101010010100100011111000011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BDA; }

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

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

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

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

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

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

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

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