#B981F8

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

Shades of Biloba Flower #B981F8

Tints of Biloba Flower #B981F8

Color information

#B981F8 (or 0xB981F8) is unknown color: approx Biloba Flower. HEX triplet: B9, 81 and F8. RGB value is (185,129,248). Sum of RGB (Red+Green+Blue) = 185+129+248=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #B981F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B981F8 is #467E07. Grayscale: #9E9E9E. Windows color (decimal): -4619784 or 16286137. OLE color: 16286137.

HSL color Cylindrical-coordinate representation of color #B981F8: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B981F8 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185129248-
CMYK0.250.4800.03
HSL268.24º89.47%73.92%-
HSV(B)268.24º47.98%97.25%-
XYZ44.832.7992.78-
YUV159.31178.05146.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 248 (97.27% from 255) = 44.13%
R=32.92%
G=22.95%
B=44.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851292480.250.4800.03268.2489.4773.92
HexB981F819300310c594a
Octal271201370316003414131112
Binary1011100110000001111110001100111000001110000110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981F8; }

 p { color: rgb(185,129,248); }

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

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

 a { background-color: rgb(185,129,248); }

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

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

 span { border-color: rgb(185,129,248); }

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