#B581EF

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

Shades of Biloba Flower #B581EF

Tints of Biloba Flower #B581EF

Color information

#B581EF (or 0xB581EF) is unknown color: approx Biloba Flower. HEX triplet: B5, 81 and EF. RGB value is (181,129,239). Sum of RGB (Red+Green+Blue) = 181+129+239=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #B581EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581EF is #4A7E10. Grayscale: #9C9C9C. Windows color (decimal): -4881937 or 15696309. OLE color: 15696309.

HSL color Cylindrical-coordinate representation of color #B581EF: hue angle of 268.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B581EF is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181129239-
CMYK0.240.4600.06
HSL268.36º77.46%72.16%-
HSV(B)268.36º46.03%93.73%-
XYZ42.4931.7685.55-
YUV157.09174.23145.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 239 (93.75% from 255) = 43.53%
R=32.97%
G=23.50%
B=43.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811292390.240.4600.06268.3677.4672.16
HexB581EF182E0610c4d48
Octal265201357305606414115110
Binary10110101100000011110111111000101110011010000110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581EF; }

 p { color: rgb(181,129,239); }

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

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

 a { background-color: rgb(181,129,239); }

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

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

 span { border-color: rgb(181,129,239); }

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