#B681FE

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

Shades of Biloba Flower #B681FE

Tints of Biloba Flower #B681FE

Color information

#B681FE (or 0xB681FE) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and FE. RGB value is (182,129,254). Sum of RGB (Red+Green+Blue) = 182+129+254=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #B681FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681FE is #497E01. Grayscale: #9E9E9E. Windows color (decimal): -4816386 or 16679350. OLE color: 16679350.

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

Color convert

RGB182129254-
CMYK0.280.4900.00
HSL265.44º98.43%75.1%-
HSV(B)265.44º49.21%99.61%-
XYZ45.0332.897.72-
YUV159.1181.56144.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=32.21%
G=22.83%
B=44.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821292540.280.4900.00265.4498.4375.1
HexB681FE1C3100109624b
Octal266201376346100411142113
Binary101101101000000111111110111001100010010000100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681FE; }

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

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

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

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

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

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

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

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