#B981EB

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

Shades of Biloba Flower #B981EB

Tints of Biloba Flower #B981EB

Color information

#B981EB (or 0xB981EB) is unknown color: approx Biloba Flower. HEX triplet: B9, 81 and EB. RGB value is (185,129,235). Sum of RGB (Red+Green+Blue) = 185+129+235=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #B981EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B981EB is #467E14. Grayscale: #9D9D9D. Windows color (decimal): -4619797 or 15434169. OLE color: 15434169.

HSL color Cylindrical-coordinate representation of color #B981EB: hue angle of 271.7º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B981EB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185129235-
CMYK0.210.4500.08
HSL271.7º72.6%71.37%-
HSV(B)271.7º45.11%92.16%-
XYZ42.8532.0182.52-
YUV157.83171.55147.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=33.70%
G=23.50%
B=42.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851292350.210.4500.08271.772.671.37
HexB981EB152D081104947
Octal2712013532555010420111107
Binary101110011000000111101011101011011010100010001000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981EB; }

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

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

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

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

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

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

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

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