#B582ED

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

Shades of Biloba Flower #B582ED

Tints of Biloba Flower #B582ED

Color information

#B582ED (or 0xB582ED) is unknown color: approx Biloba Flower. HEX triplet: B5, 82 and ED. RGB value is (181,130,237). Sum of RGB (Red+Green+Blue) = 181+130+237=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #B582ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582ED is #4A7D12. Grayscale: #9D9D9D. Windows color (decimal): -4881683 or 15565493. OLE color: 15565493.

HSL color Cylindrical-coordinate representation of color #B582ED: hue angle of 268.6º degrees, saturation: 0.75, 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 #B582ED is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181130237-
CMYK0.240.4500.07
HSL268.6º74.83%71.96%-
HSV(B)268.6º45.15%92.94%-
XYZ42.3231.984.05-
YUV157.45172.9144.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=33.03%
G=23.72%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1811302370.240.4500.07268.674.8371.96
HexB582ED182D0710d4b48
Octal265202355305507415113110
Binary10110101100000101110110111000101101011110000110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582ED; }

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

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

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

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

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

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

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

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