#B868FC

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

Shades of Heliotrope #B868FC

Tints of Heliotrope #B868FC

Color information

#B868FC (or 0xB868FC) is unknown color: approx Heliotrope. HEX triplet: B8, 68 and FC. RGB value is (184,104,252). Sum of RGB (Red+Green+Blue) = 184+104+252=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #B868FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B868FC is #479703. Grayscale: #909090. Windows color (decimal): -4691716 or 16541880. OLE color: 16541880.

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

Color convert

RGB184104252-
CMYK0.270.5900.01
HSL272.43º96.1%69.8%-
HSV(B)272.43º58.73%98.82%-
XYZ42.2927.1295.1-
YUV144.79188.5155.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 104 (41.02% from 255) = 19.26%
BLUE value IS 252 (98.83% from 255) = 46.67%
R=34.07%
G=19.26%
B=46.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841042520.270.5900.01272.4396.169.8
HexB868FC1B3B011106046
Octal270150374337301420140106
Binary10111000110100011111100110111110110110001000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B868FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B868FC; }

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

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

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

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

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

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

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

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