#B865FC

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

Shades of Heliotrope #B865FC

Tints of Heliotrope #B865FC

Color information

#B865FC (or 0xB865FC) is unknown color: approx Heliotrope. HEX triplet: B8, 65 and FC. RGB value is (184,101,252). Sum of RGB (Red+Green+Blue) = 184+101+252=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #B865FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865FC is #479A03. Grayscale: #8E8E8E. Windows color (decimal): -4692484 or 16541112. OLE color: 16541112.

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

Color convert

RGB184101252-
CMYK0.270.6000.01
HSL272.98º96.18%69.22%-
HSV(B)272.98º59.92%98.82%-
XYZ41.9926.5395-
YUV143.03189.5157.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 101 (39.84% from 255) = 18.81%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=34.26%
G=18.81%
B=46.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841012520.270.6000.01272.9896.1869.22
HexB865FC1B3C011116045
Octal270145374337401421140105
Binary10111000110010111111100110111111000110001000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B865FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B865FC; }

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

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

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

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

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

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

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

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