#B28BEA

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

Shades of Biloba Flower #B28BEA

Tints of Biloba Flower #B28BEA

Color information

#B28BEA (or 0xB28BEA) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and EA. RGB value is (178,139,234). Sum of RGB (Red+Green+Blue) = 178+139+234=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #B28BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BEA is #4D7415. Grayscale: #A1A1A1. Windows color (decimal): -5075990 or 15371186. OLE color: 15371186.

HSL color Cylindrical-coordinate representation of color #B28BEA: hue angle of 264.63º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28BEA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178139234-
CMYK0.240.4100.08
HSL264.63º69.34%73.14%-
HSV(B)264.63º40.6%91.76%-
XYZ42.4433.8782.14-
YUV161.49168.92139.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 139 (54.69% from 255) = 25.23%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=32.30%
G=25.23%
B=42.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781392340.240.4100.08264.6369.3473.14
HexB28BEA1829081094549
Octal2622133523051010411105111
Binary101100101000101111101010110001010010100010000100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BEA; }

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

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

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

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

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

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

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

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