#B681FD

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

Shades of Biloba Flower #B681FD

Tints of Biloba Flower #B681FD

Color information

#B681FD (or 0xB681FD) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and FD. RGB value is (182,129,253). Sum of RGB (Red+Green+Blue) = 182+129+253=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #B681FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681FD is #497E02. Grayscale: #9E9E9E. Windows color (decimal): -4816387 or 16613814. OLE color: 16613814.

HSL color Cylindrical-coordinate representation of color #B681FD: hue angle of 265.65º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B681FD is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182129253-
CMYK0.280.4900.01
HSL265.65º96.88%74.9%-
HSV(B)265.65º49.01%99.22%-
XYZ44.8732.7496.88-
YUV158.98181.06144.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.27%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=32.27%
G=22.87%
B=44.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821292530.280.4900.01265.6596.8874.9
HexB681FD1C310110a614b
Octal266201375346101412141113
Binary101101101000000111111101111001100010110000101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681FD; }

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

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

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

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

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

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

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

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