#B281EA

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

Shades of Biloba Flower #B281EA

Tints of Biloba Flower #B281EA

Color information

#B281EA (or 0xB281EA) is unknown color: approx Biloba Flower. HEX triplet: B2, 81 and EA. RGB value is (178,129,234). Sum of RGB (Red+Green+Blue) = 178+129+234=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #B281EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281EA is #4D7E15. Grayscale: #9B9B9B. Windows color (decimal): -5078550 or 15368626. OLE color: 15368626.

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

Color convert

RGB178129234-
CMYK0.240.4500.08
HSL268º71.43%71.18%-
HSV(B)268º44.87%91.76%-
XYZ41.0631.1181.68-
YUV155.62172.23143.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=32.90%
G=23.84%
B=43.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781292340.240.4500.0826871.4371.18
HexB281EA182D0810c4747
Octal2622013523055010414107107
Binary101100101000000111101010110001011010100010000110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B281EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B281EA; }

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

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

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

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

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

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

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

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