#B981FE

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

Shades of Heliotrope #B981FE

Tints of Heliotrope #B981FE

Color information

#B981FE (or 0xB981FE) is unknown color: approx Heliotrope. HEX triplet: B9, 81 and FE. RGB value is (185,129,254). Sum of RGB (Red+Green+Blue) = 185+129+254=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #B981FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B981FE is #467E01. Grayscale: #9F9F9F. Windows color (decimal): -4619778 or 16679353. OLE color: 16679353.

HSL color Cylindrical-coordinate representation of color #B981FE: hue angle of 266.88º 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 #B981FE is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185129254-
CMYK0.270.4900.00
HSL266.88º98.43%75.1%-
HSV(B)266.88º49.21%99.61%-
XYZ45.7533.1797.76-
YUV159.99181.05145.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=32.57%
G=22.71%
B=44.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851292540.270.4900.00266.8898.4375.1
HexB981FE1B310010b624b
Octal271201376336100413142113
Binary101110011000000111111110110111100010010000101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981FE; }

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

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

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

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

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

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

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

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