#B684EE

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

Shades of Biloba Flower #B684EE

Tints of Biloba Flower #B684EE

Color information

#B684EE (or 0xB684EE) is unknown color: approx Biloba Flower. HEX triplet: B6, 84 and EE. RGB value is (182,132,238). Sum of RGB (Red+Green+Blue) = 182+132+238=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #B684EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B684EE is #497B11. Grayscale: #9E9E9E. Windows color (decimal): -4815634 or 15631542. OLE color: 15631542.

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

Color convert

RGB182132238-
CMYK0.240.4500.07
HSL268.3º75.71%72.55%-
HSV(B)268.3º44.54%93.33%-
XYZ42.9832.6284.92-
YUV159.03172.56144.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=32.97%
G=23.91%
B=43.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821322380.240.4500.07268.375.7172.55
HexB684EE182D0710c4c49
Octal266204356305507414114111
Binary10110110100001001110111011000101101011110000110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684EE; }

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

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

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

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

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

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

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

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