#BF65F6

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

Shades of Heliotrope #BF65F6

Tints of Heliotrope #BF65F6

Color information

#BF65F6 (or 0xBF65F6) is unknown color: approx Heliotrope. HEX triplet: BF, 65 and F6. RGB value is (191,101,246). Sum of RGB (Red+Green+Blue) = 191+101+246=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF65F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65F6 is #409A09. Grayscale: #8F8F8F. Windows color (decimal): -4233738 or 16147903. OLE color: 16147903.

HSL color Cylindrical-coordinate representation of color #BF65F6: hue angle of 277.24º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF65F6 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191101246-
CMYK0.220.5900.04
HSL277.24º88.96%68.04%-
HSV(B)277.24º58.94%96.47%-
XYZ42.7727.0490.15-
YUV144.44185.32161.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 101 (39.84% from 255) = 18.77%
BLUE value IS 246 (96.48% from 255) = 45.72%
R=35.50%
G=18.77%
B=45.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911012460.220.5900.04277.2488.9668.04
HexBF65F6163B041155944
Octal277145366267304425131104
Binary1011111111001011111011010110111011010010001010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF65F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF65F6; }

 p { color: rgb(191,101,246); }

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

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

 a { background-color: rgb(191,101,246); }

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

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

 span { border-color: rgb(191,101,246); }

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