#B961FE

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

Shades of Heliotrope #B961FE

Tints of Heliotrope #B961FE

Color information

#B961FE (or 0xB961FE) is unknown color: approx Heliotrope. HEX triplet: B9, 61 and FE. RGB value is (185,97,254). Sum of RGB (Red+Green+Blue) = 185+97+254=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #B961FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B961FE is #469E01. Grayscale: #8C8C8C. Windows color (decimal): -4627970 or 16671161. OLE color: 16671161.

HSL color Cylindrical-coordinate representation of color #B961FE: hue angle of 273.63º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B961FE is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18597254-
CMYK0.270.6200.00
HSL273.63º98.74%68.82%-
HSV(B)273.63º61.81%99.61%-
XYZ42.1726.0296.57-
YUV141.21191.65159.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 97 (38.28% from 255) = 18.10%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=34.51%
G=18.10%
B=47.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal185972540.270.6200.00273.6398.7468.82
HexB961FE1B3E001126345
Octal271141376337600422143105
Binary10111001110000111111110110111111100010001001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961FE; }

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

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

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

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

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

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

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

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