#B582EC

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

Shades of Biloba Flower #B582EC

Tints of Biloba Flower #B582EC

Color information

#B582EC (or 0xB582EC) is unknown color: approx Biloba Flower. HEX triplet: B5, 82 and EC. RGB value is (181,130,236). Sum of RGB (Red+Green+Blue) = 181+130+236=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B582EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582EC is #4A7D13. Grayscale: #9C9C9C. Windows color (decimal): -4881684 or 15499957. OLE color: 15499957.

HSL color Cylindrical-coordinate representation of color #B582EC: hue angle of 268.87º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B582EC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181130236-
CMYK0.230.4500.07
HSL268.87º73.61%71.76%-
HSV(B)268.87º44.92%92.55%-
XYZ42.1831.8583.28-
YUV157.33172.4144.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=33.09%
G=23.77%
B=43.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811302360.230.4500.07268.8773.6171.76
HexB582EC172D0710d4a48
Octal265202354275507415112110
Binary10110101100000101110110010111101101011110000110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582EC; }

 p { color: rgb(181,130,236); }

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

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

 a { background-color: rgb(181,130,236); }

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

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

 span { border-color: rgb(181,130,236); }

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