#B697F3

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

Shades of Biloba Flower #B697F3

Tints of Biloba Flower #B697F3

Color information

#B697F3 (or 0xB697F3) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and F3. RGB value is (182,151,243). Sum of RGB (Red+Green+Blue) = 182+151+243=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #B697F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697F3 is #49680C. Grayscale: #AAAAAA. Windows color (decimal): -4810765 or 15964086. OLE color: 15964086.

HSL color Cylindrical-coordinate representation of color #B697F3: hue angle of 260.22º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B697F3 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182151243-
CMYK0.250.3800.05
HSL260.22º79.31%77.25%-
HSV(B)260.22º37.86%95.29%-
XYZ46.5438.5589.78-
YUV170.76168.77136.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=31.60%
G=26.22%
B=42.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821512430.250.3800.05260.2279.3177.25
HexB697F31926051044f4d
Octal266227363314605404117115
Binary10110110100101111111001111001100110010110000010010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697F3; }

 p { color: rgb(182,151,243); }

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

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

 a { background-color: rgb(182,151,243); }

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

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

 span { border-color: rgb(182,151,243); }

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