#B697F6

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

Shades of Biloba Flower #B697F6

Tints of Biloba Flower #B697F6

Color information

#B697F6 (or 0xB697F6) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and F6. RGB value is (182,151,246). Sum of RGB (Red+Green+Blue) = 182+151+246=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #B697F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697F6 is #496809. Grayscale: #AAAAAA. Windows color (decimal): -4810762 or 16160694. OLE color: 16160694.

HSL color Cylindrical-coordinate representation of color #B697F6: hue angle of 259.58º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B697F6 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182151246-
CMYK0.260.3900.04
HSL259.58º84.07%77.84%-
HSV(B)259.58º38.62%96.47%-
XYZ46.9938.7392.19-
YUV171.1170.27135.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 246 (96.48% from 255) = 42.49%
R=31.43%
G=26.08%
B=42.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821512460.260.3900.04259.5884.0777.84
HexB697F61A2704104544e
Octal266227366324704404124116
Binary10110110100101111111011011010100111010010000010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697F6; }

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

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

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

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

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

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

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

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