#B58FE7

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

Shades of Biloba Flower #B58FE7

Tints of Biloba Flower #B58FE7

Color information

#B58FE7 (or 0xB58FE7) is unknown color: approx Biloba Flower. HEX triplet: B5, 8F and E7. RGB value is (181,143,231). Sum of RGB (Red+Green+Blue) = 181+143+231=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #B58FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FE7 is #4A7018. Grayscale: #A4A4A4. Windows color (decimal): -4878361 or 15175605. OLE color: 15175605.

HSL color Cylindrical-coordinate representation of color #B58FE7: hue angle of 265.91º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B58FE7 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181143231-
CMYK0.220.3800.09
HSL265.91º64.71%73.33%-
HSV(B)265.91º38.1%90.59%-
XYZ43.335.2480.12-
YUV164.39165.59139.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=32.61%
G=25.77%
B=41.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811432310.220.3800.09265.9164.7173.33
HexB58FE716260910a4149
Octal2652173472646011412101111
Binary101101011000111111100111101101001100100110000101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FE7; }

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

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

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

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

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

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

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

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