#B58CE0

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

Shades of Biloba Flower #B58CE0

Tints of Biloba Flower #B58CE0

Color information

#B58CE0 (or 0xB58CE0) is unknown color: approx Biloba Flower. HEX triplet: B5, 8C and E0. RGB value is (181,140,224). Sum of RGB (Red+Green+Blue) = 181+140+224=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #B58CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CE0 is #4A731F. Grayscale: #A1A1A1. Windows color (decimal): -4879136 or 14716085. OLE color: 14716085.

HSL color Cylindrical-coordinate representation of color #B58CE0: hue angle of 269.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B58CE0 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181140224-
CMYK0.190.3800.12
HSL269.29º57.53%71.37%-
HSV(B)269.29º37.5%87.84%-
XYZ41.8933.9674.87-
YUV161.83163.08141.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=33.21%
G=25.69%
B=41.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811402240.190.3800.12269.2957.5371.37
HexB58CE013260C10d3a47
Octal265214340234601441572107
Binary10110101100011001110000010011100110011001000011011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CE0; }

 p { color: rgb(181,140,224); }

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

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

 a { background-color: rgb(181,140,224); }

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

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

 span { border-color: rgb(181,140,224); }

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