#B862FD

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

Shades of Heliotrope #B862FD

Tints of Heliotrope #B862FD

Color information

#B862FD (or 0xB862FD) is unknown color: approx Heliotrope. HEX triplet: B8, 62 and FD. RGB value is (184,98,253). Sum of RGB (Red+Green+Blue) = 184+98+253=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #B862FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B862FD is #479D02. Grayscale: #8C8C8C. Windows color (decimal): -4693251 or 16605880. OLE color: 16605880.

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

Color convert

RGB18498253-
CMYK0.270.6100.01
HSL273.29º97.48%68.82%-
HSV(B)273.29º61.26%99.22%-
XYZ41.8626.0295.74-
YUV141.38190.99158.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 98 (38.67% from 255) = 18.32%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=34.39%
G=18.32%
B=47.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal184982530.270.6100.01273.2997.4868.82
HexB862FD1B3D011116145
Octal270142375337501421141105
Binary10111000110001011111101110111111010110001000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B862FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B862FD; }

 p { color: rgb(184,98,253); }

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

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

 a { background-color: rgb(184,98,253); }

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

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

 span { border-color: rgb(184,98,253); }

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