#B691EA

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

Shades of Biloba Flower #B691EA

Tints of Biloba Flower #B691EA

Color information

#B691EA (or 0xB691EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 91 and EA. RGB value is (182,145,234). Sum of RGB (Red+Green+Blue) = 182+145+234=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #B691EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B691EA is #496E15. Grayscale: #A5A5A5. Windows color (decimal): -4812310 or 15372726. OLE color: 15372726.

HSL color Cylindrical-coordinate representation of color #B691EA: hue angle of 264.94º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B691EA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182145234-
CMYK0.220.3800.08
HSL264.94º67.94%74.31%-
HSV(B)264.94º38.03%91.76%-
XYZ44.2736.1482.48-
YUV166.21166.26139.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=32.44%
G=25.85%
B=41.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821452340.220.3800.08264.9467.9474.31
HexB691EA162608109444a
Octal2662213522646010411104112
Binary101101101001000111101010101101001100100010000100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691EA; }

 p { color: rgb(182,145,234); }

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

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

 a { background-color: rgb(182,145,234); }

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

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

 span { border-color: rgb(182,145,234); }

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