#B58BE4

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

Shades of Biloba Flower #B58BE4

Tints of Biloba Flower #B58BE4

Color information

#B58BE4 (or 0xB58BE4) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and E4. RGB value is (181,139,228). Sum of RGB (Red+Green+Blue) = 181+139+228=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #B58BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BE4 is #4A741B. Grayscale: #A1A1A1. Windows color (decimal): -4879388 or 14977973. OLE color: 14977973.

HSL color Cylindrical-coordinate representation of color #B58BE4: hue angle of 268.31º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58BE4 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181139228-
CMYK0.210.3900.11
HSL268.31º62.24%71.96%-
HSV(B)268.31º39.04%89.41%-
XYZ42.2933.8977.71-
YUV161.7165.41141.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 228 (89.45% from 255) = 41.61%
R=33.03%
G=25.36%
B=41.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811392280.210.3900.11268.3162.2471.96
HexB58BE415270B10c3e48
Octal265213344254701341476110
Binary10110101100010111110010010101100111010111000011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BE4; }

 p { color: rgb(181,139,228); }

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

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

 a { background-color: rgb(181,139,228); }

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

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

 span { border-color: rgb(181,139,228); }

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