#B58FEE

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

Shades of Biloba Flower #B58FEE

Tints of Biloba Flower #B58FEE

Color information

#B58FEE (or 0xB58FEE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8F and EE. RGB value is (181,143,238). Sum of RGB (Red+Green+Blue) = 181+143+238=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #B58FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FEE is #4A7011. Grayscale: #A4A4A4. Windows color (decimal): -4878354 or 15634357. OLE color: 15634357.

HSL color Cylindrical-coordinate representation of color #B58FEE: hue angle of 264º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58FEE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181143238-
CMYK0.240.4000.07
HSL264º73.64%74.71%-
HSV(B)264º39.92%93.33%-
XYZ44.3135.6485.43-
YUV165.19169.09139.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=32.21%
G=25.44%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811432380.240.4000.0726473.6474.71
HexB58FEE1828071084a4b
Octal265217356305007410112113
Binary10110101100011111110111011000101000011110000100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FEE; }

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

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

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

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

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

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

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

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