#B980FA

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

Shades of Heliotrope #B980FA

Tints of Heliotrope #B980FA

Color information

#B980FA (or 0xB980FA) is unknown color: approx Heliotrope. HEX triplet: B9, 80 and FA. RGB value is (185,128,250). Sum of RGB (Red+Green+Blue) = 185+128+250=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #B980FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980FA is #467F05. Grayscale: #9E9E9E. Windows color (decimal): -4620038 or 16416953. OLE color: 16416953.

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

Color convert

RGB185128250-
CMYK0.260.4900.02
HSL268.03º92.42%74.12%-
HSV(B)268.03º48.8%98.04%-
XYZ44.9832.6594.37-
YUV158.95179.38146.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=32.86%
G=22.74%
B=44.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851282500.260.4900.02268.0392.4274.12
HexB980FA1A310210c5c4a
Octal271200372326102414134112
Binary1011100110000000111110101101011000101010000110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980FA; }

 p { color: rgb(185,128,250); }

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

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

 a { background-color: rgb(185,128,250); }

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

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

 span { border-color: rgb(185,128,250); }

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