#B391ED

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

Shades of Biloba Flower #B391ED

Tints of Biloba Flower #B391ED

Color information

#B391ED (or 0xB391ED) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and ED. RGB value is (179,145,237). Sum of RGB (Red+Green+Blue) = 179+145+237=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #B391ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391ED is #4C6E12. Grayscale: #A5A5A5. Windows color (decimal): -5008915 or 15569331. OLE color: 15569331.

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

Color convert

RGB179145237-
CMYK0.240.3900.07
HSL262.17º71.88%74.9%-
HSV(B)262.17º38.82%92.94%-
XYZ4435.9584.74-
YUV165.65168.26137.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=31.91%
G=25.85%
B=42.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791452370.240.3900.07262.1771.8874.9
HexB391ED182707106484b
Octal263221355304707406110113
Binary10110011100100011110110111000100111011110000011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391ED; }

 p { color: rgb(179,145,237); }

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

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

 a { background-color: rgb(179,145,237); }

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

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

 span { border-color: rgb(179,145,237); }

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