#B582EB

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

Shades of Biloba Flower #B582EB

Tints of Biloba Flower #B582EB

Color information

#B582EB (or 0xB582EB) is unknown color: approx Biloba Flower. HEX triplet: B5, 82 and EB. RGB value is (181,130,235). Sum of RGB (Red+Green+Blue) = 181+130+235=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #B582EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582EB is #4A7D14. Grayscale: #9C9C9C. Windows color (decimal): -4881685 or 15434421. OLE color: 15434421.

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

Color convert

RGB181130235-
CMYK0.230.4500.08
HSL269.14º72.41%71.57%-
HSV(B)269.14º44.68%92.16%-
XYZ42.0331.7982.52-
YUV157.22171.9144.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 130 (51.17% from 255) = 23.81%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=33.15%
G=23.81%
B=43.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811302350.230.4500.08269.1472.4171.57
HexB582EB172D0810d4848
Octal2652023532755010415110110
Binary101101011000001011101011101111011010100010000110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582EB; }

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

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

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

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

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

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

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

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