#B960FC

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

Shades of Heliotrope #B960FC

Tints of Heliotrope #B960FC

Color information

#B960FC (or 0xB960FC) is unknown color: approx Heliotrope. HEX triplet: B9, 60 and FC. RGB value is (185,96,252). Sum of RGB (Red+Green+Blue) = 185+96+252=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #B960FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960FC is #469F03. Grayscale: #8B8B8B. Windows color (decimal): -4628228 or 16539833. OLE color: 16539833.

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

Color convert

RGB18596252-
CMYK0.270.6200.01
HSL274.23º96.3%68.24%-
HSV(B)274.23º61.9%98.82%-
XYZ41.7625.7194.86-
YUV140.4190.99159.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 96 (37.89% from 255) = 18.01%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=34.71%
G=18.01%
B=47.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal185962520.270.6200.01274.2396.368.24
HexB960FC1B3E011126044
Octal271140374337601422140104
Binary10111001110000011111100110111111100110001001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960FC; }

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

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

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

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

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

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

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

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