#B691E4

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

Shades of Biloba Flower #B691E4

Tints of Biloba Flower #B691E4

Color information

#B691E4 (or 0xB691E4) is unknown color: approx Biloba Flower. HEX triplet: B6, 91 and E4. RGB value is (182,145,228). Sum of RGB (Red+Green+Blue) = 182+145+228=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #B691E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691E4 is #496E1B. Grayscale: #A5A5A5. Windows color (decimal): -4812316 or 14979510. OLE color: 14979510.

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

Color convert

RGB182145228-
CMYK0.200.3600.11
HSL266.75º60.58%73.14%-
HSV(B)266.75º36.4%89.41%-
XYZ43.4235.878.02-
YUV165.52163.26139.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.79%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 228 (89.45% from 255) = 41.08%
R=32.79%
G=26.13%
B=41.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821452280.200.3600.11266.7560.5873.14
HexB691E414240B10b3d49
Octal266221344244401341375111
Binary10110110100100011110010010100100100010111000010111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691E4; }

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

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

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

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

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

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

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

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