#B681FB

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

Shades of Biloba Flower #B681FB

Tints of Biloba Flower #B681FB

Color information

#B681FB (or 0xB681FB) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and FB. RGB value is (182,129,251). Sum of RGB (Red+Green+Blue) = 182+129+251=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #B681FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681FB is #497E04. Grayscale: #9E9E9E. Windows color (decimal): -4816389 or 16482742. OLE color: 16482742.

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

Color convert

RGB182129251-
CMYK0.270.4900.02
HSL266.07º93.85%74.51%-
HSV(B)266.07º48.61%98.43%-
XYZ44.5532.6195.21-
YUV158.76180.06144.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=32.38%
G=22.95%
B=44.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821292510.270.4900.02266.0793.8574.51
HexB681FB1B310210a5e4b
Octal266201373336102412136113
Binary1011011010000001111110111101111000101010000101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681FB; }

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

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

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

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

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

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

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

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