#B690E4

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

Shades of Biloba Flower #B690E4

Tints of Biloba Flower #B690E4

Color information

#B690E4 (or 0xB690E4) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and E4. RGB value is (182,144,228). Sum of RGB (Red+Green+Blue) = 182+144+228=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #B690E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690E4 is #496F1B. Grayscale: #A4A4A4. Windows color (decimal): -4812572 or 14979254. OLE color: 14979254.

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

Color convert

RGB182144228-
CMYK0.200.3700.11
HSL267.14º60.87%72.94%-
HSV(B)267.14º36.84%89.41%-
XYZ43.2735.4977.97-
YUV164.94163.59140.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=32.85%
G=25.99%
B=41.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821442280.200.3700.11267.1460.8772.94
HexB690E414250B10b3d49
Octal266220344244501341375111
Binary10110110100100001110010010100100101010111000010111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690E4; }

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

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

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

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

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

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

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

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