#B980FF

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

Shades of Heliotrope #B980FF

Tints of Heliotrope #B980FF

Color information

#B980FF (or 0xB980FF) is unknown color: approx Heliotrope. HEX triplet: B9, 80 and FF. RGB value is (185,128,255). Sum of RGB (Red+Green+Blue) = 185+128+255=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B980FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980FF is #467F00. Grayscale: #9F9F9F. Windows color (decimal): -4620033 or 16744633. OLE color: 16744633.

HSL color Cylindrical-coordinate representation of color #B980FF: hue angle of 266.93º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B980FF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185128255-
CMYK0.270.5000
HSL266.93º100%75.1%-
HSV(B)266.93º49.8%100%-
XYZ45.7832.9798.56-
YUV159.52181.88146.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 255 (100% from 255) = 44.89%
R=32.57%
G=22.54%
B=44.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851282550.270.5000266.9310075.1
HexB980FF1B320010b644b
Octal271200377336200413144113
Binary101110011000000011111111110111100100010000101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980FF; }

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

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

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

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

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

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

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

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