#BF83FE

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

Shades of Heliotrope #BF83FE

Tints of Heliotrope #BF83FE

Color information

#BF83FE (or 0xBF83FE) is unknown color: approx Heliotrope. HEX triplet: BF, 83 and FE. RGB value is (191,131,254). Sum of RGB (Red+Green+Blue) = 191+131+254=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83FE is #407C01. Grayscale: #A2A2A2. Windows color (decimal): -4226050 or 16679871. OLE color: 16679871.

HSL color Cylindrical-coordinate representation of color #BF83FE: hue angle of 269.27º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF83FE is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191131254-
CMYK0.250.4800.00
HSL269.27º98.4%75.49%-
HSV(B)269.27º48.43%99.61%-
XYZ47.4934.4697.92-
YUV162.96179.38148-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 131 (51.56% from 255) = 22.74%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=33.16%
G=22.74%
B=44.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911312540.250.4800.00269.2798.475.49
HexBF83FE19300010d624b
Octal277203376316000415142113
Binary101111111000001111111110110011100000010000110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83FE; }

 p { color: rgb(191,131,254); }

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

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

 a { background-color: rgb(191,131,254); }

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

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

 span { border-color: rgb(191,131,254); }

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