#BF6BFA

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

Shades of Heliotrope #BF6BFA

Tints of Heliotrope #BF6BFA

Color information

#BF6BFA (or 0xBF6BFA) is unknown color: approx Heliotrope. HEX triplet: BF, 6B and FA. RGB value is (191,107,250). Sum of RGB (Red+Green+Blue) = 191+107+250=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BFA is #409405. Grayscale: #939393. Windows color (decimal): -4232198 or 16411583. OLE color: 16411583.

HSL color Cylindrical-coordinate representation of color #BF6BFA: hue angle of 275.24º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6BFA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191107250-
CMYK0.240.5700.02
HSL275.24º93.46%70%-
HSV(B)275.24º57.2%98.04%-
XYZ4428.4993.62-
YUV148.42185.33158.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 107 (42.19% from 255) = 19.53%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=34.85%
G=19.53%
B=45.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911072500.240.5700.02275.2493.4670
HexBF6BFA1839021135d46
Octal277153372307102423135106
Binary101111111101011111110101100011100101010001001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BFA; }

 p { color: rgb(191,107,250); }

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

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

 a { background-color: rgb(191,107,250); }

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

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

 span { border-color: rgb(191,107,250); }

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