#B868FD

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

Shades of Heliotrope #B868FD

Tints of Heliotrope #B868FD

Color information

#B868FD (or 0xB868FD) is unknown color: approx Heliotrope. HEX triplet: B8, 68 and FD. RGB value is (184,104,253). Sum of RGB (Red+Green+Blue) = 184+104+253=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #B868FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B868FD is #479702. Grayscale: #909090. Windows color (decimal): -4691715 or 16607416. OLE color: 16607416.

HSL color Cylindrical-coordinate representation of color #B868FD: hue angle of 272.21º degrees, saturation: 0.97, 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 #B868FD is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184104253-
CMYK0.270.5900.01
HSL272.21º97.39%70%-
HSV(B)272.21º58.89%99.22%-
XYZ42.4527.1895.94-
YUV144.91189155.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 104 (41.02% from 255) = 19.22%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=34.01%
G=19.22%
B=46.77%

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
Decimal1841042530.270.5900.01272.2197.3970
HexB868FD1B3B011106146
Octal270150375337301420141106
Binary10111000110100011111101110111110110110001000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B868FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B868FD; }

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

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

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

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

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

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

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

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