#B681F6

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

Shades of Biloba Flower #B681F6

Tints of Biloba Flower #B681F6

Color information

#B681F6 (or 0xB681F6) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and F6. RGB value is (182,129,246). Sum of RGB (Red+Green+Blue) = 182+129+246=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #B681F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681F6 is #497E09. Grayscale: #9D9D9D. Windows color (decimal): -4816394 or 16155062. OLE color: 16155062.

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

Color convert

RGB182129246-
CMYK0.260.4800.04
HSL267.18º86.67%73.53%-
HSV(B)267.18º47.56%96.47%-
XYZ43.7832.391.12-
YUV158.18177.56144.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=32.68%
G=23.16%
B=44.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821292460.260.4800.04267.1886.6773.53
HexB681F61A300410b574a
Octal266201366326004413127112
Binary10110110100000011111011011010110000010010000101110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681F6; }

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

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

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

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

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

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

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

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