#B865FA

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

Shades of Heliotrope #B865FA

Tints of Heliotrope #B865FA

Color information

#B865FA (or 0xB865FA) is unknown color: approx Heliotrope. HEX triplet: B8, 65 and FA. RGB value is (184,101,250). Sum of RGB (Red+Green+Blue) = 184+101+250=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #B865FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865FA is #479A05. Grayscale: #8E8E8E. Windows color (decimal): -4692486 or 16410040. OLE color: 16410040.

HSL color Cylindrical-coordinate representation of color #B865FA: hue angle of 273.42º 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 #B865FA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184101250-
CMYK0.260.6000.02
HSL273.42º93.71%68.82%-
HSV(B)273.42º59.6%98.04%-
XYZ41.6826.493.34-
YUV142.8188.5157.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 101 (39.84% from 255) = 18.88%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=34.39%
G=18.88%
B=46.73%

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
Decimal1841012500.260.6000.02273.4293.7168.82
HexB865FA1A3C021115e45
Octal270145372327402421136105
Binary101110001100101111110101101011110001010001000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865FA; }

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

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

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

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

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

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

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

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