#B58FE3

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

Shades of Biloba Flower #B58FE3

Tints of Biloba Flower #B58FE3

Color information

#B58FE3 (or 0xB58FE3) is unknown color: approx Biloba Flower. HEX triplet: B5, 8F and E3. RGB value is (181,143,227). Sum of RGB (Red+Green+Blue) = 181+143+227=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #B58FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FE3 is #4A701C. Grayscale: #A3A3A3. Windows color (decimal): -4878365 or 14913461. OLE color: 14913461.

HSL color Cylindrical-coordinate representation of color #B58FE3: hue angle of 267.14º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B58FE3 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181143227-
CMYK0.200.3700.11
HSL267.14º60%72.55%-
HSV(B)267.14º37%89.02%-
XYZ42.7435.0177.18-
YUV163.94163.59140.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 227 (89.06% from 255) = 41.20%
R=32.85%
G=25.95%
B=41.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811432270.200.3700.11267.146072.55
HexB58FE314250B10b3c49
Octal265217343244501341374111
Binary10110101100011111110001110100100101010111000010111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FE3; }

 p { color: rgb(181,143,227); }

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

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

 a { background-color: rgb(181,143,227); }

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

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

 span { border-color: rgb(181,143,227); }

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