#B681FA

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

Shades of Biloba Flower #B681FA

Tints of Biloba Flower #B681FA

Color information

#B681FA (or 0xB681FA) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and FA. RGB value is (182,129,250). Sum of RGB (Red+Green+Blue) = 182+129+250=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #B681FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681FA is #497E05. Grayscale: #9E9E9E. Windows color (decimal): -4816390 or 16417206. OLE color: 16417206.

HSL color Cylindrical-coordinate representation of color #B681FA: hue angle of 266.28º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B681FA is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182129250-
CMYK0.270.4800.02
HSL266.28º92.37%74.31%-
HSV(B)266.28º48.4%98.04%-
XYZ44.432.5594.38-
YUV158.64179.56144.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=32.44%
G=22.99%
B=44.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821292500.270.4800.02266.2892.3774.31
HexB681FA1B300210a5c4a
Octal266201372336002412134112
Binary1011011010000001111110101101111000001010000101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681FA; }

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

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

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

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

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

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

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

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