#B965FA

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

Shades of Heliotrope #B965FA

Tints of Heliotrope #B965FA

Color information

#B965FA (or 0xB965FA) is unknown color: approx Heliotrope. HEX triplet: B9, 65 and FA. RGB value is (185,101,250). Sum of RGB (Red+Green+Blue) = 185+101+250=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #B965FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965FA is #469A05. Grayscale: #8E8E8E. Windows color (decimal): -4626950 or 16410041. OLE color: 16410041.

HSL color Cylindrical-coordinate representation of color #B965FA: hue angle of 273.83º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B965FA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185101250-
CMYK0.260.6000.02
HSL273.83º93.71%68.82%-
HSV(B)273.83º59.6%98.04%-
XYZ41.9226.5293.35-
YUV143.1188.33157.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 101 (39.84% from 255) = 18.84%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=34.51%
G=18.84%
B=46.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851012500.260.6000.02273.8393.7168.82
HexB965FA1A3C021125e45
Octal271145372327402422136105
Binary101110011100101111110101101011110001010001001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965FA; }

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

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

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

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

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

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

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

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