#B960FF

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

Shades of Heliotrope #B960FF

Tints of Heliotrope #B960FF

Color information

#B960FF (or 0xB960FF) is unknown color: approx Heliotrope. HEX triplet: B9, 60 and FF. RGB value is (185,96,255). Sum of RGB (Red+Green+Blue) = 185+96+255=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #B960FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960FF is #469F00. Grayscale: #8C8C8C. Windows color (decimal): -4628225 or 16736441. OLE color: 16736441.

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

Color convert

RGB18596255-
CMYK0.270.6200
HSL273.58º100%68.82%-
HSV(B)273.58º62.35%100%-
XYZ42.2425.997.38-
YUV140.74192.49159.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 96 (37.89% from 255) = 17.91%
BLUE value IS 255 (100% from 255) = 47.57%
R=34.51%
G=17.91%
B=47.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185962550.270.6200273.5810068.82
HexB960FF1B3E001126445
Octal271140377337600422144105
Binary10111001110000011111111110111111100010001001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960FF; }

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

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

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

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

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

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

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

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