#B981FC

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

Shades of Heliotrope #B981FC

Tints of Heliotrope #B981FC

Color information

#B981FC (or 0xB981FC) is unknown color: approx Heliotrope. HEX triplet: B9, 81 and FC. RGB value is (185,129,252). Sum of RGB (Red+Green+Blue) = 185+129+252=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #B981FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B981FC is #467E03. Grayscale: #9F9F9F. Windows color (decimal): -4619780 or 16548281. OLE color: 16548281.

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

Color convert

RGB185129252-
CMYK0.270.4900.01
HSL267.32º95.35%74.71%-
HSV(B)267.32º48.81%98.82%-
XYZ45.4333.0496.08-
YUV159.77180.05146-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 252 (98.83% from 255) = 44.52%
R=32.69%
G=22.79%
B=44.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851292520.270.4900.01267.3295.3574.71
HexB981FC1B310110b5f4b
Octal271201374336101413137113
Binary101110011000000111111100110111100010110000101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981FC; }

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

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

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

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

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

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

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

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