#B685EE

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

Shades of Biloba Flower #B685EE

Tints of Biloba Flower #B685EE

Color information

#B685EE (or 0xB685EE) is unknown color: approx Biloba Flower. HEX triplet: B6, 85 and EE. RGB value is (182,133,238). Sum of RGB (Red+Green+Blue) = 182+133+238=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #B685EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685EE is #497A11. Grayscale: #9F9F9F. Windows color (decimal): -4815378 or 15631798. OLE color: 15631798.

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

Color convert

RGB182133238-
CMYK0.240.4400.07
HSL268º75.54%72.75%-
HSV(B)268º44.12%93.33%-
XYZ43.1132.8984.97-
YUV159.62172.23143.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=32.91%
G=24.05%
B=43.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821332380.240.4400.0726875.5472.75
HexB685EE182C0710c4c49
Octal266205356305407414114111
Binary10110110100001011110111011000101100011110000110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685EE; }

 p { color: rgb(182,133,238); }

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

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

 a { background-color: rgb(182,133,238); }

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

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

 span { border-color: rgb(182,133,238); }

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